colrlist.icn: Procedures to produce list of colors

procedure colrlist:        list of colors from file
procedure colrplte:        list of colors from palette

link colrlist
November 24, 1996; Ralph E. Griswold
Requires: Version 9 graphics
This file is in the public domain.

colrlist(f) returns a list of the colors given in a file.

colrplte(p) returns a list of colors for the palette p.

Source code | Program Library Page | Icon Home Page