Leadtools.Wia Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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 Enum
Visual Basic (Usage)Copy Code
Dim instance As WiaWhiteBalanceMode
C# 
public enum WiaWhiteBalanceMode : Enum 
C++/CLI 
public enum class WiaWhiteBalanceMode : public Enum 

Members

MemberDescription
Manual The white balance is set directly using the WiaPropertyId.CameraDeviceRGBGain property.
Auto The camera uses an automatic mechanism to set the white balance.
OnePushAuto The camera determines the white balance setting when a user presses the capture button while pointing the camera at a white surface.
Daylight The camera sets the white balance to a value appropriate for use in daylight conditions.
Florescent The camera sets the white balance to a value appropriate for use with a fluorescent light source.
Tungsten The camera sets the white balance to a value appropriate for use with a tungsten light source.
Flash The camera sets the white balance to a value appropriate for use with an electronic flash.

Inheritance Hierarchy

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

Requirements

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

See Also