Set the current color by each color component
Syntax: SetRgbColor(r,g,b)
r red component
r
g green component
g
b blue component
b
Example: SetRgbColor(120,0,40)
SetRgbColor(120,0,40)
See also: SetColor
Last updated 6 years ago