RawDecodingSettings Class Members
In This Topic
The following tables list the members exposed by
RawDecodingSettings.
Public Constructors
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. |
Public Methods
| Name | Description |
 | Clone | Creates a new object that is a copy of the current instance. (Inherited from DecodingSettings) |
 | CopyTo | Copies current decoding settings to the target decoding settings. (Inherited from DecodingSettings) |
See Also