YCbCr

PixelDataFormat.YCbCr property

Gets the PixelDataFormat defined for 24 bits per pixel with 8 bits for each of the luma, blue-difference and red-difference chroma components.

public static PixelDataFormat YCbCr { get; }

Property Value

The PixelDataFormat defined for 24 bits per pixel with 8 bits for each of the luma, blue-difference and red-difference chroma components.

See Also