head 1.1;
branch 1.1.1;
access ;
symbols MW_0_8_9PRE7:1.1.1.1 MM:1.1.1;
locks ; strict;
comment @# @;
1.1
date 2002.02.15.09.17.30; author markom; state Exp;
branches 1.1.1.1;
next ;
1.1.1.1
date 2002.02.15.09.17.30; author markom; state Exp;
branches ;
next ;
desc
@@
1.1
log
@Initial revision
@
text
@
Details
GrGetSystemPalette ()
void GrGetSystemPalette (GR_PALETTE *pal); |
Retrieves the system palette and places it in the specified palette
structure.
GrSetSystemPalette ()
void GrSetSystemPalette (GR_COUNT first,
GR_PALETTE *pal); |
Sets the system palette to the values stored in the specified palette
structure. The values before the specified first value are not set.
GrFindColor ()
void GrFindColor (GR_COLOR c,
GR_PIXELVAL *retpixel); |
Calculates the pixel value to use to display the specified colour value.
The colour value is specified as a GR_COLOR, which is a 32 bit truecolour
value stored as RGBX. The pixel value size depends on the architecture.
GrGetSysColor ()
GR_COLOR GrGetSysColor (int index); |
@
1.1.1.1
log
@modified offitial version of microwindows 0.89-pre7
@
text
@@