get_ColorLowThreshold Method
Gets the minimum allowable difference between colors for image region in the source document image.
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebImageSegmentationCommandJS();
var value; // Type: number
value = instance.get_ColorLowThreshold();
function get_ColorLowThreshold() : number;
Return Value
Minimum allowable difference between colors for image region. Valid values are from 0 to 255. Default value is 3.