PaletteGetSystemPalette Method |
Returns the system palette of the current display if it's an 8-bit device, 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()
Public Shared Function GetSystemPalette As Palette
Return Value
Type:
Palette A Palette containing the system palette colors.
See Also