set_BlueChannelSettings Method
In This Topic
Sets the remap settings of the blue channel.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebLevelsCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebChannelRemapSettings
returnValue = instance.set_BlueChannelSettings(value);
function set_BlueChannelSettings(
: WebChannelRemapSettings
) : any;
Parameters
- value
- An instance of WebChannelRemapSettings class.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also