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);
function set_IntensityLevel(
: number
) : any;
Parameters
- value
- Number of color intensity levels. Valid values are from 3 to 255. Default value is 50.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also