Table of Contents

Enum MswPixelFormatDescriptorEnums.PixelType

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Specifies the pixel format type used in a PIXELFORMATDESCRIPTOR.

public enum MswPixelFormatDescriptorEnums.PixelType : byte

Fields

ColorIndex = 1

Color-index format. Each pixel is an index into a palette of colors.

Rgba = 0

RGBA format. Each pixel contains red, green, blue, and alpha components.