VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebLevelsCommandJS type / set_GreenChannelSettings Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_GreenChannelSettings Method
In This Topic
Sets the remap settings of the green channel.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebLevelsCommandJS();

var returnValue; // Type: any

// Parameters
var value; // Type: WebChannelRemapSettings

returnValue = instance.set_GreenChannelSettings(value);

Parameters

value
An instance of WebChannelRemapSettings class.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also