VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / RawDecodingSettings Class
Constructors Properties Methods SeeAlso
In This Topic
    RawDecodingSettings Class Members
    In This Topic
    The following tables list the members exposed by RawDecodingSettings.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the color management decoding settings that are used in the image decoding algorithm. (Inherited from DecodingSettings)
    Public PropertyGets or sets the drawing factory. (Inherited from DecodingSettings)
    Public PropertyGets or sets the interpolation method that should be applied to the RAW image data when image is decoding.
    Public PropertyGets or sets user specified white point that should be used for blue channel when image is decoding.
    Public PropertyGets or sets user specified white point that should be used for green channel of RAW image data when image is decoding.
    Public PropertyGets or sets user specified white point that should be used for red channel when image is decoding.
    Public PropertyGets or sets the white balance method that should be applied to the RAW image data when image is decoding.
    Public Methods
     NameDescription
    Public MethodCreates a new object that is a copy of the current instance. (Inherited from DecodingSettings)
    Public MethodCopies current decoding settings to the target decoding settings. (Inherited from DecodingSettings)
    See Also