AIPS HELP file for RGBCOLOR in 31DEC22
As of Wed May 31 4:25:43 2023
HELP SECTION
RGBCOLOR
Type: Adverb (Real array(3))
Use: Array used to specify a red, green, blue (resp.) color.
Values are between 0 and 1, black and maximum, resp.
Thus,
RGBC = 1.0, 0.0, 0.0 pure red
RGBC = 0.0, 1.0, 0.0 pure green
RGBC = 0.0, 0.0, 1.0 pure blue
RGBC = 1.0, 1.0, 1.0 bright white
RGBC = 1.0, 1.0, 0.0 bright yellow
RGBC = 0.5, 0.0, 0.5 subdued purple
RGBC = 0.0, 0.0, 0.0 black
Verbs:
GREAD......Read colors of grahics plane or cursor.
GWRITE.....Write colors of grahics plane or cursor.
EXPLAIN SECTION