This function retrieves the system palette from the current PC.

[C++Builder/Visual C++]     int IKGetSystemPalette(void);
[Delphi]         function IKGetSystemPalette: Integer;
[Visual Basic]   Function IKGetSystemPalette() As Long

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.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation