VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebRedEyeRemovalCommandJS type / get_Saturation Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_Saturation Method
In This Topic
Gets the saturation factor, in percents.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebRedEyeRemovalCommandJS();

var value; // Type: number
value = instance.get_Saturation();

Return Value

Saturation factor, in percents. Valid values are from 50 to 100. Default value is 90.
Browser Compatibility
56+
45+
11
See Also