VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Raw Namespace / WhiteBalanceMethod Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    WhiteBalanceMethod Enumeration
    In This Topic
    Specifies available white balance methods.
    Syntax
    'Declaration
    
    Public Enum WhiteBalanceMethod
       Inherits System.Enum
    
    
    public enum WhiteBalanceMethod : System.Enum
    
    
    __value public enum WhiteBalanceMethod : public System.Enum
    
    
    public enum class WhiteBalanceMethod : public System.Enum
    
    
    Members
    MemberDescription
    NoneRAW image data is not corrected.
    AutoAutomatic white balance correction of RAW image data.
    CameraCamera specified white balance correction of RAW image data.
    UserUser specified white balance correction of RAW image data.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Codecs.ImageFiles.Raw.WhiteBalanceMethod

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also