PixelFormat

PixelFormat enumeration

The pixel data format actual meaning.

public enum PixelFormat

Values

NameValueDescription
Grayscale0The grayscale color space
Bgr1The BGR color space.
Rgb2The RGB color space.
YCbCr3The YCbCr color space.
Cmyk4The CMYK color space.
Ycck5The YCCK color space.
CieLab6The CIE lab color space.

See Also