xref: /netbsd/share/man/man1/man1.x68k/palette.1 (revision bf9ec67e)
1.\"	$NetBSD: palette.1,v 1.6 2001/04/21 14:30:18 wiz Exp $
2.\"
3.\" This software is in the Public Domain.
4.\" Author: Masaru Oki
5.\"
6.Dd March 5, 1995
7.Dt PALETTE 1 x68k
8.Os
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
16The
17.Nm
18utility manipulates the colormap of x68k's console.
19The value of the color cell number
20.Ar code
21is replaced according to the arguments
22.Ar red, green, blue
23.Po
24each value is an integer from
25.Li 0
26to
27.Li 31
28.Pc .
29.Pp
30Each part of the console corresponds to the
31.Ar code :
32.Bl -tag -width "foreground (default)" -compact
33.It background
34.Li 0
35.It cursor
36.Li 1
37.It foreground (default)
38.Li 7
39.El
40.Pp
41If no arguments are supplied,
42.Nm
43resets the colormap to the default.
44.Sh BUGS
45Quite a few.
46