VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Media Namespace / DirectShowImageQualityProperties Class / Brightness Property
Syntax Exceptions Requirements SeeAlso
In This Topic
    Brightness Property (DirectShowImageQualityProperties)
    In This Topic
    Gets or sets the brightness for image captured from camera.
    Syntax
    'Declaration
    
    Public Property Brightness As DirectShowImageQualityPropertyValue
    
    
    public DirectShowImageQualityPropertyValue Brightness { get; set; }
    
    
    public: __property DirectShowImageQualityPropertyValue get_Brightness();
    public: __property void set_Brightness(
    DirectShowImageQualityPropertyValue value
    );

    Property Value

    Values range from -10000 to 10000.
    Exceptions
    ExceptionDescription
    Thrown if error occurs.
    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