Previous: inqcm Up: ../plot79_i.html Next: inqcp2
SUBROUTINE INQCO (COLOR)
C$ (Inquire Color)
C$ Return the index of the color currently in effect, where
C$ "COLOR" is an integer in the range 0..255, as follows:
C$
C$ 0 - Black, or default for device
C$ 1 - Red
C$ 2 - Green
C$ 3 - Yellow
C$ 4 - Blue
C$ 5 - Magenta
C$ 6 - Cyan
C$ 7 - White, or complement of the default
C$ 8..255 - Index into the device-dependent color table.
C$
C$ (04-FEB-82)