get_GrayscaleFiltration Method
Gets the value indicating whether grayscale filtration should be used.
var instance = new Vintasoft.Imaging.ImageProcessing.WebImageSharpeningCommandJS();
var value; // Type: boolean
value = instance.get_GrayscaleFiltration();
function get_GrayscaleFiltration() : boolean;
Return 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.