In This Topic
Sets the maximum allowable number of colors in an image.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebGetColorCountCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_MaxColorCount(value);
function set_MaxColorCount(
: number
) : any;
Parameters
- value
- Maximum number of colors. Possible value is any positive value. Default value is 0.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also