Sets EXIF_YCbCrCoefficients property.
When the image format is YCbCr, this value shows a constant to translate it to RGB format. Usually values are '0.299/0.587/0.114'.
"-1" for all values means "unspecified".
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public double GetEXIF_YCbCrCoefficients( int index )
Public Function GetEXIF_YCbCrCoefficients ( _ index As Integer _ ) As Double
public: double GetEXIF_YCbCrCoefficients( int index )
Parameters
- index
- Int32
Index of the property (0..2).