@@ -2,7 +2,7 @@ Pynche - The PYthonically Natural Color and Hue Editor
22
33Contact: Barry A. Warsaw
445- Version: 1.2
5+ Version: 1.3
66
77Introduction
88
@@ -16,12 +16,13 @@ Introduction
1616 changed the name because these days, too many other systems have
1717 the acronym `ICE'.
1818
19- Pynche should work with Python 1.5.2, 2.0, or 2.1, using Tk 8.0.x.
20- It's been tested on Solaris 2.6, Windows NT 4, and various Linux
21- distros. You'll want to be sure to have at least Tk 8.0.3 for
22- Windows. Also, Pynche is very colormap intensive, so it doesn't
23- work very well on 8-bit graphics cards; 24bit+ graphics cards are
24- so cheap these days, I'll probably never "fix" that.
19+ Pynche should work with any variant of Python after 1.5.2
20+ (e.g. 2.0.1 and 2.1.1), using Tk 8.0.x. It's been tested on
21+ Solaris 2.6, Windows NT 4, and various Linux distros. You'll want
22+ to be sure to have at least Tk 8.0.3 for Windows. Also, Pynche is
23+ very colormap intensive, so it doesn't work very well on 8-bit
24+ graphics cards; 24bit+ graphics cards are so cheap these days,
25+ I'll probably never "fix" that.
2526
2627 Pynche must find a text database of colors names in order to
2728 provide `nearest' color matching. Pynche is distributed with an
@@ -164,7 +165,12 @@ The Proof Window
164165 color chips. The Selected chip shows you a larger version of the
165166 color selected in the variation strips, along with its X11 color
166167 specification. The Nearest chip shows you the closest color in
167- the X11 database to the selected color, giving its X11 color name.
168+ the X11 database to the selected color, giving its X11 color
169+ specification, and below that, its X11 color name. When the
170+ Selected chip color exactly matches the Nearest chip color, you
171+ will see the color name appear below the color specification for
172+ the Selected chip.
173+
168174 Clicking on the Nearest color chip selects that color. Color
169175 distance is calculated in the 3D space of the RGB color solid and
170176 if more than one color name is the same distance from the selected
@@ -176,6 +182,9 @@ The Proof Window
176182 Nearest chip. The other names are "aliases" and they are visible
177183 in the Color List Window (see below).
178184
185+ Both the color specifications and color names are selectable for
186+ copying and pasting into another window.
187+
179188
180189The Type-in Window
181190
0 commit comments