RawWhiteBalanceMethods Enumeration |
Indicates the type of white balance correction, if any, to apply.
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 [FlagsAttribute]
public enum RawWhiteBalanceMethods
<FlagsAttribute>
Public Enumeration RawWhiteBalanceMethods
Members
| Member name | Description |
---|
| None | Do not correct for white balance. |
| AutoWhiteBalance | Performs auto white balance correction. |
| CameraWhiteBalance | Performs white balance correction based on camera settings. |
See Also