PixelFormat enumeration

PixelFormat enumeration

The pixel data format actual meaning.

The PixelFormat type exposes the following members:

Fields

FieldDescription
GRAYSCALEThe grayscale color space
BGRThe BGR color space.
RGBThe RGB color space.
Y_CB_CRThe YCbCr color space.
CMYKThe CMYK color space.
YCCKThe YCCK color space.

See Also