Click or drag to resize

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

Note: This API is now obsolete.

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
[ObsoleteAttribute("This constructor is obsolete and and will be removed in next release.", 
	false)]
public RawDecoder(
	RawInterpolationMethods interp,
	RawWhiteBalanceMethods whiteBalance,
	bool cameraMatrix,
	LoadingPolicy policy,
	double brightness,
	double redAber,
	double blueAber,
	bool gamm
)

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
gamm
Type: SystemBoolean
Image processing parameter, controlling pixel value within color range
See Also