Lists constants for preset white balance values.
            
            Syntax
            
            
            
            
            'Declaration
 
Public Enum ImGearWhiteBalancePreset 
   Inherits System.Enum
             
        
            
        
            
            public enum ImGearWhiteBalancePreset : System.Enum 
             
        
            
            __value public enum ImGearWhiteBalancePreset : public System.Enum 
             
        
            
            public enum class ImGearWhiteBalancePreset : public System.Enum 
             
        
             
         
            
            Members
| Member | Value | Description | 
| Cloudy | 1 | Cloudy balance. | 
| Daylight | 0 | Daylight balance. | 
| Flash | 5 | Flash balance. | 
| Fluorescent | 4 | Fluorescent balance. | 
| Shade | 2 | Shade balance. | 
| Tungsten | 3 | Tungsten balance. | 
 
            
            
            
            
            
            
            Inheritance Hierarchy
System.Object
   System.ValueType
      System.Enum
         ImageGear.Processing.ImGearWhiteBalancePreset
 
            
            
            See Also