IPixelType

EmfPixelFormatDescriptor.IPixelType property

Gets or sets the type of pixel data PFD_TYPE_RGBA 0x00 The pixel format is RGBA. PFD_TYPE_COLORINDEX 0x01 Each pixel is an index in a color table.

public byte IPixelType { get; set; }

See Also