'Declaration Public Function New( _
ByVal interpolationMethodThe interpolation method that should be applied to the RAW image data when image is decoding.As Vintasoft.Imaging.Codecs.ImageFiles.Raw.BayerGridInterpolationMethod, _
ByVal whiteBalanceMethodThe white balance method that should be applied to the RAW image data when image is decoding.As Vintasoft.Imaging.Codecs.ImageFiles.Raw.WhiteBalanceMethod _
)
public RawDecodingSettings(
Vintasoft.Imaging.Codecs.ImageFiles.Raw.BayerGridInterpolationMethod interpolationMethod,
Vintasoft.Imaging.Codecs.ImageFiles.Raw.WhiteBalanceMethod whiteBalanceMethod
)
Parameters
- interpolationMethod
- The interpolation method that should be applied to the RAW image data when image is decoding.
- whiteBalanceMethod
- The white balance method that should be applied to the RAW image data when image is decoding.