Enum MswPixelFormatDescriptorEnums.PixelType
Specifies the pixel format type used in a PIXELFORMATDESCRIPTOR.
public enum MswPixelFormatDescriptorEnums.PixelType : byte
Fields
ColorIndex = 1Color-index format. Each pixel is an index into a palette of colors.
Rgba = 0RGBA format. Each pixel contains red, green, blue, and alpha components.