ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.TIFF Namespace / ImGearTIFFXMPMetadata Class / PrimaryCromaticities Property




In This Topic
PrimaryCromaticities Property
In This Topic
Gets or sets PrimaryCromaticities property of the TIFF XMP schema.
Syntax
'Declaration
 
Public Property PrimaryCromaticities As ImGearXMPSeq(Of ImGearXMPRational)
 
'Usage
 
Dim instance As ImGearTIFFXMPMetadata
Dim value As ImGearXMPSeq(Of ImGearXMPRational)
 
instance.PrimaryCromaticities = value
 
value = instance.PrimaryCromaticities

Property Value

ImageGear.Formats.XMP.ImGearXMPSeq<T> generic class value with ImageGear.Formats.XMP.ImGearXMPRational type parameter.
Remarks
This XMP property represents TIFF tag 319 (0x13F) and specifies chromaticity of the three primary colors.
See Also