AIPS NRAO AIPS HELP file for RGBCOLOR in 31DEC24



As of Wed Apr 24 21:43:10 2024



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


AIPS