[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
LLG_PALETTE structure
Structure for palette information
------------------------------------------------------------------------------
Structure
typedef struct
{
WORD wVersion;
WORD wNumEntries;
LLG_RGB dwPalEntry[1];
} LLG_PALETTE;
typedef LLG_PALETTE far * LLG_LPPALETTE;
Elements
wVersion is the version reserved for future use.
wNumEntries is the number of entries in the palette.
dwPalEntry is a pointer to an array of LLG_RGB structures--one
element for each color in the palette. The palette can consist of 16,
256, 32 KB, 64 KB, or 16 MB colors, depending on the video mode
specified using _gModeSet().
Files Header file is Llibg.api.
Used By _gPalGet(), _gPalSet()
See Also:
_gPalGet()
_gPalSet()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson