Sets EXIF_ReferenceBlackWhite property.
Shows reference value of black point/white point. In case of YCbCr format, first 2 show black/white of Y, next 2 are Cb, last 2 are Cr. In case of RGB format, first 2 show black/white of R, next 2 are G, last 2 are B.
"-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_ReferenceBlackWhite( int index )
Public Function GetEXIF_ReferenceBlackWhite ( _ index As Integer _ ) As Double
public: double GetEXIF_ReferenceBlackWhite( int index )
Parameters
- index
- Int32
Index of the property (0..5).