VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.Web.Services Namespace / DesaturateRequestParams Class / desaturateMethod Property
Syntax Requirements SeeAlso
In This Topic
    desaturateMethod Property (DesaturateRequestParams)
    In This Topic
    Gets or sets desaturate method.
    Syntax
    'Declaration
    
    Public Property desaturateMethod As Vintasoft.Imaging.ImageProcessing.Color.DesaturateMethod
    
    
    public Vintasoft.Imaging.ImageProcessing.Color.DesaturateMethod desaturateMethod { get; set; }
    
    
    public: __property Vintasoft.Imaging.ImageProcessing.Color.DesaturateMethod get_desaturateMethod();
    public: __property void set_desaturateMethod(
    Vintasoft.Imaging.ImageProcessing.Color.DesaturateMethod value
    );
    public:
    property Vintasoft.Imaging.ImageProcessing.Color.DesaturateMethod desaturateMethod { Vintasoft.Imaging.ImageProcessing.Color.DesaturateMethod get(); void set(Vintasoft.Imaging.ImageProcessing.Color.DesaturateMethod value); }

    Property Value

    Default value is Vintasoft.Imaging.ImageProcessing.Color.DesaturateMethod.Average.
    Requirements

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

    See Also