Click or drag to resize

RawDecoderWhiteBalance Property

Gets or sets the color balance of the image reflecting the lighting conditions under which the photo was taken.

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 RawWhiteBalanceMethods WhiteBalance { get; set; }

Property Value

Type: RawWhiteBalanceMethods
The color balance of the image reflecting the lighting conditions under which the photo was taken.
Remarks
Default is RawWhiteBalanceMethod.None.
See Also