C#
C++/CLI
Python
public enum WiaWhiteBalanceMode
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. |