VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Media Namespace / DirectShowImageQualityProperties Class / GetSupportedWhiteBalanceValues(Int32,Int32,Int32,Int32) Method
Syntax Exceptions Requirements SeeAlso
    GetSupportedWhiteBalanceValues(Int32,Int32,Int32,Int32) Method (DirectShowImageQualityProperties)
    Returns the values supported for the white balance.
    Syntax
    'Declaration
    
    Public Sub GetSupportedWhiteBalanceValues( _
    ByRef minValue
    Minimum value.
    As System.Int32, _
    ByRef maxValue
    Maximum value.
    As System.Int32, _
    ByRef stepSize
    Step size.
    As System.Int32, _
    ByRef defaultValue
    Default value.
    As System.Int32 _
    )
     

    Parameters

    minValue
    Minimum value.
    maxValue
    Maximum value.
    stepSize
    Step size.
    defaultValue
    Default value.
    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