Previous: inqci Up: ../plot79_i.html Next: inqco
SUBROUTINE INQCM (RGB) C$ (Inquire Color Model) C$ Return the current color model. RGB = .TRUE. represents a C$ (Red,Green,Blue) model which affects the color definitions C$ via routine SETCI. RGB = .FALSE. represents the HLS (Hue, C$ Lightness, Saturation) model. The default model is RGB. C$ (01-APR-82)