get_GrayscaleFiltration Method
Gets the value indicating whether grayscale filtration should be used.
var instance = new Vintasoft.Imaging.ImageProcessing.WebImageSmoothingCommandJS();
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 the original input image. Default value is False.