SetColor

Set the current color

Syntax: SetColor(value=0xffffff00) value is a 32 bit number that represents the current color. See the explanation for how the colors are represented

Example:

  • SetColor(cGREEN)

  • SetColor(RED)

  • SetColor(0xFFAB1200)

  • SetColor(3) // set color at pallet number 3

See also: SetIntensity, SetColorDefaults

Last updated

Was this helpful?