RawDecoderBrightness Property |
Gets or sets a value controlling the brightness of the decoded image.
Namespace:
Atalasoft.Imaging.Codec
Assembly:
Atalasoft.dotImage.Raw (in Atalasoft.dotImage.Raw.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic double Brightness { get; set; }Public Property Brightness As Double
Get
Set
Property Value
Type:
Double A value controlling the brightness of the decoded image.
Remarks Default value is 1.0.
See Also