PixelFormat

PixelFormat enum

Specifies the color data format of a pixel.

enum class PixelFormat

Values

NameValueDescription
Format32bppRgb2498570Specifies that the pixel format is 32 bits per pixel with 8 bits for each of red, green, and blue components and remaining 8 bits not used.

See Also