:: com :: sun :: star :: graphic ::

unpublished constants group GraphicColorMode
Usage Restrictions
not published
Description
describes different color modes which can be specified when requesting a graphic.

Constants
NORMAL describes normal graphic colors, no particular color transformation is applied to the graphics.  
HIGH_CONTRAST used when requesting graphics which are suitable for a high-contrast environment.  
Constants' Details
NORMAL
const long NORMAL = 0;
Description
describes normal graphic colors, no particular color transformation is applied to the graphics.
HIGH_CONTRAST
const long HIGH_CONTRAST = 1;
Description
used when requesting graphics which are suitable for a high-contrast environment.
Top of Page