set_GrayscaleFiltration Method
In This Topic
Sets the value indicating whether grayscale filtration should be used.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebImageSharpeningCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_GrayscaleFiltration(value);
function set_GrayscaleFiltration(
: boolean
) : any;
Parameters
- value
- True - Spectrum filtering is applied to input image converted to grayscale; false - Spectrum filtering is applied to original input image. Default value is True.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also