PixelFormat

PixelFormat enumeration

The pixel data format actual meaning.

public enum PixelFormat : long

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.

See Also