This function retrieves the system palette from the current PC.
[C++Builder] int
IKGetSystemPalette(void);
[Delphi] function
IKGetSystemPalette: Integer;
Parameters
None
Return Value
| Explanation |
|---|
| The system palette from the current PC |
| 2: 2 color (1 bit color) |
| 16: 16 color (4 bit color) |
| 256: 256 color (8 bit color) |
| 0: 16 bit color, 24 bit color, or 32 bit color |
Explanation
The IKGetSystemPalette function retrieves the system palette from the current PC.