Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.3 . Technical Reference - <b>llg_palette structure</b> http://www.X-Hacker.org [<<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()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson