RawDecodingSettings Class Properties
In This Topic
For a list of all properties of this type, see
RawDecodingSettings.
Public Properties
| | Name | Description |
 | ColorManagement | Gets or sets the color management decoding settings that are used in the image decoding algorithm. (Inherited from DecodingSettings) |
 | DrawingTools | Gets or sets the drawing factory. (Inherited from DecodingSettings) |
 | InterpolationMethod | Gets or sets the interpolation method that should be applied to the RAW image data when image is decoding. |
 | UserWhitePointForBlueChannel | Gets or sets user specified white point that should be used for blue channel when image is decoding. |
 | UserWhitePointForGreenChannel | Gets or sets user specified white point that should be used for green channel of RAW image data when image is decoding. |
 | UserWhitePointForRedChannel | Gets or sets user specified white point that should be used for red channel when image is decoding. |
 | WhiteBalanceMethod | Gets or sets the white balance method that should be applied to the RAW image data when image is decoding. |
See Also