In This Topic
Sets the red component value of this color.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebColorBaseJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_Red(value);
function set_Red(
: number
) : any;
Parameters
- value
- Red component value.
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also