VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebOilPaintingCommandJS type / set_IntensityLevel Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_IntensityLevel Method
In This Topic
Sets a number of color intensity levels.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebOilPaintingCommandJS();

var returnValue; // Type: any

// Parameters
var value; // Type: number

returnValue = instance.set_IntensityLevel(value);

Parameters

value
Number of color intensity levels. Valid values are from 3 to 255. Default value is 50.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also