aboutsummaryrefslogtreecommitdiff
path: root/man/man1/colors.1
blob: 27b439e915b6ed58e2a926dd46048567c2e0d5f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
.TH COLORS 1
.SH NAME
colors, cmapcube \- display color map
.SH SYNOPSIS
.PP
.B colors
[
.B -r
.B -x
]
.PP
.B cmapcube
[
.B -nbw
]
.SH DESCRIPTION
.I Colors
presents a grid showing the colors in the RGBV color map
(see
.IM color (7) ).
.PP
Clicking mouse button 1 over a color in the grid will display the map index for that color,
its
red, green, and blue components,
and the 32-bit hexadecimal color value as defined in
.IM allocimage (3) .
If the
.B -x
option is specified, the components will also be listed in hexadecimal.
.PP
The
.B -r
option instead shows, in the same form, a grey-scale ramp.
.PP
A menu on mouse button 3 contains a single entry, to exit the program.
.PP
.I Cmapcube
presents the same colors but in a 3-dimensional cube.
Dragging with button 1 rotates the cube.
Clicking on a color with button 2
displays the map index for that color.
Clicking button 3 exits.
.PP
The
.B -n
option disables drawing of the color squares.
The
.B -b
and
.B -w
options set the background (default grey)
to black or white.
.SH SOURCE
.B \*9/src/cmd/draw/colors.c
.SH SEE ALSO
.IM color (7)