Accusoft.ImagXpressSdk Namespace : WhiteBalanceMethod Enumeration |
'Declaration Public Enum WhiteBalanceMethod Inherits System.Enum
'Usage Dim instance As WhiteBalanceMethod
public enum WhiteBalanceMethod : System.Enum
__value public enum WhiteBalanceMethod : public System.Enum
public enum class WhiteBalanceMethod : public System.Enum
Member | Value | Description |
---|---|---|
Auto | 1 | Examines the image pixels and attempts to discern the best setting to balance the white. |
Camera | 0 | Examines the raw file to determine the white balance information designated by the camera. If that information isn't present or can't be read then ImagXpress changes the setting to Auto and proceeds as if that was the original value. |
Manual | 2 | Does nothing and relies on the user to manually set LoadOptionsCameraRaw.RedFactor and LoadOptionsCameraRaw.BlueFactor to do the white balancing. |
System.Object
System.ValueType
System.Enum
Accusoft.ImagXpressSdk.WhiteBalanceMethod