In this section:
Gets the number of screen colours. |
|
Gets the closest match on the current drawing surface. |
|
Gets the closest screen colour match from the system palette. |
|
Gets the RGB value of the colour of a pixel on the current drawing surface. |
|
Tests if the screen is a high colour device. |
|
Changes the global default colour mode. |
|
Switches off colour matching. |
|
Switches between VGA colour mode and RGB colour mode on a drawing surface. |
The following functions access an intenal ClearWin+ palette - a logical palette
that is attached to the device context of each drawing surface. Palettes
are redundant if the graphics device is a high colour device (i.e. has
more than 8 bits per pixel). These functions are unsupported and nolonger
documented.
GET_COLOURS@ |
Accesses palette data. |
GET_PCL_PALETTE@ |
Accesses palette data. |
LOAD_PCL_COLOURS@ |
Loads standard PCL colours. |
LOAD_STANDARD_COLOURS@ |
Loads standard VGA colours. |
PERFORM_COLOURS@ |
Implements a palette change. |
SET_COLOURS@ |
Loads given palette data. |