Go to the source code of this file.
Enumerations | |
enum | PALETTE_COLOURS { PALCOL_BROWSER, PALCOL_OPTIMIZED, PALCOL_STANDARD } |
enum | WEB_PALETTE { PAL_GLOBAL, PAL_LOCAL } |
|
Definition at line 106 of file paldefs.h. 00107 { 00108 PALCOL_BROWSER, 00109 PALCOL_OPTIMIZED, 00110 PALCOL_STANDARD 00111 };
|
|
Definition at line 113 of file paldefs.h. 00114 { 00115 PAL_GLOBAL, 00116 PAL_LOCAL 00117 };
|