Previous: setci Up: ../plot79_s.html Next: setco


SETCM

       SUBROUTINE  SETCM (RGB)
 C$    (Set Color Model)
 C$    Select   the   color   model.    RGB=.TRUE.   requests    a
 C$    (Red,Green,Blue) model which affects the color  definitions
 C$    via routine  SETCI.   RGB=.FALSE.  selects  the  HLS  (Hue,
 C$    Lightness, Saturation) model.  The default model is RGB.
 C$    (30-JAN-82)