Click or drag to resize

RawDecoder Constructor (RawInterpolationMethods, RawWhiteBalanceMethods, Boolean, LoadingPolicy, Double, Double, Double)

Creates an instance of RawDecoder, specifying properties.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage.Raw (in Atalasoft.dotImage.Raw.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public RawDecoder(
	RawInterpolationMethods interp,
	RawWhiteBalanceMethods whiteBalance,
	bool cameraMatrix,
	LoadingPolicy policy,
	double brightness,
	double redAber,
	double blueAber
)

Parameters

interp
Type: Atalasoft.Imaging.CodecRawInterpolationMethods
Raw interpolation method
whiteBalance
Type: Atalasoft.Imaging.CodecRawWhiteBalanceMethods
White balance correction method
cameraMatrix
Type: SystemBoolean
Color space of the resulting image
policy
Type: Atalasoft.Imaging.CodecLoadingPolicy
Loading safety policy
brightness
Type: SystemDouble
Controls the brightness of the resulting image
redAber
Type: SystemDouble
Red color multiplier
blueAber
Type: SystemDouble
Blue color multiplier
See Also