※ExposureBiasValue0にて説明(ExposureBiasValue1も同様の使い方)
[Visual Basic] Public ReadOnly Property ExposureBiasValue0 As Integer
[C#] public int ExposureBiasValue0 {get;}
プロパティ値
ExposureBiasValue0は、露光補正値の分子
ExposureBiasValue1は、露光補正値の分母
露光補正値(単位はAPEX値) = ExposureBiasValue0 / ExposureBiasValue1
一般的な記載範囲は-99.99から99.99です。
※APEXはAdditive System of Photographic Exposureの略
解説
Exifの撮影条件に関するタグです。
参照
ImageKit.File.Exif メンバ | Newtone.ImageKit.WPF.ImageKit