= RGB( red, green, blue )
The RGB
function allows you to obtain the equivalent value of a color, given its red, green and blue
components. The value of this function, where it is supported by the target, can be used in place of a
nominal color. Where it is not defined, it always returns a value of zero, which may (or may not) correspond
to a valid color.
red = RGB( 255, 0, 0 )
See also the following example files:
If you have encountered a problem using this command, if you think there is a bug or the explanation is unclear, please open an issue for this keyword on GitHub. Thank you!