JpegExifDataPrimaryChromaticities Property |
Gets or sets the chromaticity of the three primary colors of the image.
Namespace:
Aspose.CAD.Exif
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic TiffRational[] PrimaryChromaticities { get; set; }
Public Property PrimaryChromaticities As TiffRational()
Get
Set
public:
property array<TiffRational^>^ PrimaryChromaticities {
array<TiffRational^>^ get ();
void set (array<TiffRational^>^ value);
}
member PrimaryChromaticities : TiffRational[] with get, set
Property Value
Type:
TiffRational
The chromaticity of the three primary colors of the image.
See Also