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; }
Public Property YCbCrCoefficients As TiffRational()
Get
Set
public:
property array<TiffRational^>^ YCbCrCoefficients {
array<TiffRational^>^ get ();
void set (array<TiffRational^>^ value);
}
member YCbCrCoefficients : TiffRational[] with get, set
Property Value
Type:
TiffRational
The matrix coefficients for transformation from RGB to YCbCr image data.
See Also