WiaWhiteBalanceMode Enumeration

Summary

Specifies how the digital camera weights color channels. For more information please refer to WIA_DPC_WHITE_BALANCE property ID in Microsoft Windows SDK Documentation.

Syntax
C#
VB
C++
public enum WiaWhiteBalanceMode 
  
Public Enum WiaWhiteBalanceMode  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class WiaWhiteBalanceMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members
ValueMemberDescription
1ManualThe white balance is set directly using the WiaPropertyId.CameraDeviceRGBGain property.
2AutoThe camera uses an automatic mechanism to set the white balance.
3OnePushAutoThe camera determines the white balance setting when a user presses the capture button while pointing the camera at a white surface.
4DaylightThe camera sets the white balance to a value appropriate for use in daylight conditions.
5FlorescentThe camera sets the white balance to a value appropriate for use with a fluorescent light source.
6TungstenThe camera sets the white balance to a value appropriate for use with a tungsten light source.
7FlashThe camera sets the white balance to a value appropriate for use with an electronic flash.

Requirements

Target Platforms

See Also

Reference

Leadtools.Wia Namespace

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Wia Assembly