trycolor.icn: Program to investigate color specifications

July 14, 1995; Gregg M. Townsend
Requires: Version 9 graphics
This file is in the public domain.
   trycolor repeatedly reads a color specification from standard input
and displays a disc of that color.  A color specification may be in any
of the forms accepted by Icon, for example:

   blue
   #ffedcb
   50010,60422,8571
   dark greenish blue

Additionally, the leading '#' may be omitted from hexadecimal forms.

Source code | Program Library Page | Icon Home Page