VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Media Namespace / DirectShowImageQualityProperties Class / ColorEnable Property
Syntax Exceptions Requirements SeeAlso
In This Topic
    ColorEnable Property (DirectShowImageQualityProperties)
    In This Topic
    Gets or sets the color enable setting of camera.
    Syntax
    'Declaration
    
    Public Property ColorEnable As DirectShowImageQualityPropertyValue
    
    
    public DirectShowImageQualityPropertyValue ColorEnable { get; set; }
    
    
    public: __property DirectShowImageQualityPropertyValue get_ColorEnable();
    public: __property void set_ColorEnable(
    DirectShowImageQualityPropertyValue value
    );

    Property Value

    0 - colors are not enabled 1 - colors are enabled.
    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