JpegExifDataYCbCrCoefficients Property |
Gets or sets the matrix coefficients for transformation from RGB to YCbCr image data.
Namespace: Aspose.Imaging.ExifAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
Syntaxpublic 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