VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebOilPaintingCommandJS type / get_IntensityLevel Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_IntensityLevel Method
    In This Topic
    Gets a number of color intensity levels.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebOilPaintingCommandJS();
    
    var value; // Type: number
    value = instance.get_IntensityLevel();
    
    
    function get_IntensityLevel() : number;
    

    Return Value

    Number of color intensity levels. Valid values are from 3 to 255. Default value is 50.
    Browser Compatibility
    56+
    45+
    11
    See Also