SetRgbColor(r,g,b)

Set the current color by each color component

Syntax: SetRgbColor(r,g,b)

  • r red component

  • g green component

  • b blue component

    Example: SetRgbColor(120,0,40)

See also: SetColor

Last updated

Was this helpful?