VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebChannelRemapSettings type / get_Gamma Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_Gamma Method
In This Topic
Gets the gamma.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebChannelRemapSettings(gamma, inputMax, inputMin, outputMax, outputMin);

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

Return Value

Gamma. Valid value is 0 and any positive value.
Browser Compatibility
56+
45+
11
See Also