Click or drag to resize

RawDecoder Constructor (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 property is obsolete and will be removed in next release.", 
	false)]
public RawDecoder(
	double brightness,
	double redAber,
	double blueAber,
	bool gamm
)

Parameters

brightness
Type: SystemDouble
Controls the brightness of the decoded image.
redAber
Type: SystemDouble
Red color multiplier.
blueAber
Type: SystemDouble
Blue color multiplier.
gamm
Type: SystemBoolean
Image processing parameter, controling pixel value within color range.
See Also