Click or drag to resize

GM_ColorFormat_t32 Enumeration

List of supported color formats for GM_DrawLayerListToMemory

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public enum GM_ColorFormat_t32
Members
  Member nameValueDescription
ColorFormat_32Bit_ABGR032-bit color (alpha, blue, green, red)
ColorFormat_32Bit_ARGB132-bit color (alpha, red, green, blue)
ColorFormat_16Bit_565216-bit color (5 bits red, 6 bits green, 5 bits blue)
ColorFormat_24Bit_BGR324-bit color (blue, green, red)
ColorFormat_24Bit_RGB424-bit color (red, green, blue)
ColorFormat_NumFormats5
See Also