'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 userWhitePointForRedChannelWhite point that should be used for red channel of RAW image data when image is decoding.As Double, _
ByVal userWhitePointForGreenChannelWhite point that should be used for green channel of RAW image data when image is decoding.As Double, _
ByVal userWhitePointForBlueChannelWhite point that should be used for blue channel of RAW image data when image is decoding.As Double _
)
public RawDecodingSettings(
Vintasoft.Imaging.Codecs.ImageFiles.Raw.BayerGridInterpolationMethod interpolationMethod,
double userWhitePointForRedChannel,
double userWhitePointForGreenChannel,
double userWhitePointForBlueChannel
)
Parameters
- interpolationMethod
- The interpolation method that should be applied to the RAW image data when image is decoding.
- userWhitePointForRedChannel
- White point that should be used for red channel of RAW image data when image is decoding.
- userWhitePointForGreenChannel
- White point that should be used for green channel of RAW image data when image is decoding.
- userWhitePointForBlueChannel
- White point that should be used for blue channel of RAW image data when image is decoding.