ImageGear .NET - Updated
YCbCrCoefficients Property (ImGearTIFFXMPMetadata)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.TIFF Namespace > ImGearTIFFXMPMetadata Class : YCbCrCoefficients Property
Gets or sets YCbCrCoefficients property of the TIFF XMP schema.
Syntax
'Declaration
 
Public Property YCbCrCoefficients As ImGearXMPSeq(Of ImGearXMPRational)
'Usage
 
Dim instance As ImGearTIFFXMPMetadata
Dim value As ImGearXMPSeq(Of ImGearXMPRational)
 
instance.YCbCrCoefficients = value
 
value = instance.YCbCrCoefficients
public ImGearXMPSeq<ImGearXMPRational> YCbCrCoefficients {get; set;}
public: __property ImGearXMPSeq<ImGearXMPRational*>* get_YCbCrCoefficients();
public: __property void set_YCbCrCoefficients( 
   ImGearXMPSeq<ImGearXMPRational*>* value
);
public:
property ImGearXMPSeq<ImGearXMPRational^>^ YCbCrCoefficients {
   ImGearXMPSeq<ImGearXMPRational^>^ get();
   void set (    ImGearXMPSeq<ImGearXMPRational^>^ value);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPSeq<T> generic class value with ImageGear.Formats.XMP.ImGearXMPRational type parameter.
Remarks
This XMP property represents TIFF tag 529 (0x211) and specifies matrix coefficients for RGB to YCbCr transformation.
See Also

Reference

ImGearTIFFXMPMetadata Class
ImGearTIFFXMPMetadata Members