xref: /netbsd-src/share/man/man1/man1.x68k/palette.1 (revision dc306354b0b29af51801a7632f1e95265a68cd81)
1.\"	$NetBSD: palette.1,v 1.3 1998/01/09 08:04:26 perry Exp $
2.\"
3.\" This software is in the Public Domain.
4.\" Author: Masaru Oki
5.\"
6.Dd March 5, 1995
7.Dt PALETTE 1
8.Os BSD 4
9.Sh NAME
10.Nm palette
11.Nd manipulate the text screen colormap.
12.Sh SYNOPSIS
13.Nm palette
14.Op Ar red green blue Op Ar code
15.Sh DESCRIPTION
16.Nm Palette
17utility manipulates the colormap of x68k's console.
18The value of the color cell number
19.Ar code
20is replaced according to the arguments
21.Ar red, green, blue
22.Po
23each value is an integer from
24.Nm 0
25to
26.Nm 31
27.Pc .
28
29Each part of the console corresponds to the
30.Ar code :
31.Bl -tag -width "foreground (default)" -compact
32.It background
33.Nm 0
34.It cursor
35.Nm 1
36.It foreground (default)
37.Nm 7
38.El
39
40If no arguments are supplied,
41.Nm palette
42resets the colormap to the default.
43.Sh BUGS
44Quite a few.
45