Click or drag to resize

PaletteGetSystemPalette Method (IntPtr)

Returns the system palette of the specified device if it's 8-bit, null (Nothing in Visual Basic) if the device is greater then 8 bits.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static Palette GetSystemPalette(
	IntPtr device
)

Parameters

device
Type: SystemIntPtr
A handle to the device context.

Return Value

Type: Palette
A Palette containing the system palette colors.
See Also