JpegExifDataYCbCrCoefficients Property

Gets or sets the matrix coefficients for transformation from RGB to YCbCr image data.

Namespace:  Aspose.CAD.Exif
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public TiffRational[] YCbCrCoefficients { get; set; }

Property Value

Type: TiffRational
The matrix coefficients for transformation from RGB to YCbCr image data.
See Also