Gets 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 void SetEXIF_YCbCrCoefficients( int index, double value )
Public Sub SetEXIF_YCbCrCoefficients ( _ index As Integer, _ value As Double _ )
public: void SetEXIF_YCbCrCoefficients( int index, double value )
Parameters
- index
- Int32
Index of the property (0..2).
- value
- Double
EXIF_YCbCrCoefficients[] value.