LEADTOOLS WIA (Leadtools.Wia assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
WiaWhiteBalanceMode Enumeration
See Also  
Leadtools.Wia Namespace : WiaWhiteBalanceMode Enumeration



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

Visual Basic (Declaration) 
Public Enum WiaWhiteBalanceMode 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As WiaWhiteBalanceMode
C# 
public enum WiaWhiteBalanceMode : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class WiaWhiteBalanceMode : public System.Enum, IComparableIConvertibleIFormattable  

Members

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

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Wia.WiaWhiteBalanceMode

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also