VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Media Namespace / DirectShowImageQualityProperties Class / WhiteBalance Property
Syntax Exceptions Requirements SeeAlso
In This Topic
    WhiteBalance Property (DirectShowImageQualityProperties)
    In This Topic
    Gets or sets the white balance, as a color temperature in degrees Kelvin.
    Syntax
    'Declaration
    
    Public Property WhiteBalance As DirectShowImageQualityPropertyValue
    
    
    public DirectShowImageQualityPropertyValue WhiteBalance { get; set; }
    
    
    public: __property DirectShowImageQualityPropertyValue get_WhiteBalance();
    public: __property void set_WhiteBalance(
    DirectShowImageQualityPropertyValue value
    );

    Property Value

    The range of values depends on the device.
    Exceptions
    ExceptionDescription
    Thrown if error occurs.
    Requirements

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

    See Also