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

    Property Value

    Values range from 0 to 10000.
    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