set_RightBrightness Method
In This Topic
Sets the brightness level of the right edge.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebBevelEdgeCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_RightBrightness(value);
function set_RightBrightness(
: number
) : any;
Parameters
- value
- Brightness level of the right edge. Valid values are from -100 to 100. Default value is -25.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also