Blame


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