colrpick.icn: Program to pick RGB or HSV colors

February 27, 1995; Gregg M. Townsend
Requires: Version 9 graphics
This file is in the public domain.
   colrpick provides a command-level interface to the ColorDialog
procedure.  The ColorValue() of the selected color is written to
standard output when the Okay button is pressed.  If the Cancel
button is pressed, colorpick exits with an error by calling stop().

   A default color can be specified by one or more command arguments,
for example "colrpick deep green".

Source code | Program Library Page | Icon Home Page