WiaWhiteBalanceMode Enumeration
Summary
Specifies how the digital camera weights color channels. For more information refer to WIA_DPC_WHITE_BALANCE property ID in Microsoft Windows SDK Documentation.
Syntax
public enum WiaWhiteBalanceMode
public enum class WiaWhiteBalanceMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
class WiaWhiteBalanceMode(Enum):
Manual = 1
Auto = 2
OnePushAuto = 3
Daylight = 4
Florescent = 5
Tungsten = 6
Flash = 7
Members
| Value | Member | Description |
| 1 | Manual | The white balance is set directly using the WiaPropertyId.CameraDeviceRGBGain property. |
| 2 | Auto | The camera uses an automatic mechanism to set the white balance. |
| 3 | OnePushAuto | The camera determines the white balance setting when a user presses the capture button while pointing the camera at a white surface. |
| 4 | Daylight | The camera sets the white balance to a value appropriate for use in daylight conditions. |
| 5 | Florescent | The camera sets the white balance to a value appropriate for use with a fluorescent light source. |
| 6 | Tungsten | The camera sets the white balance to a value appropriate for use with a tungsten light source. |
| 7 | Flash | The camera sets the white balance to a value appropriate for use with an electronic flash. |