File utils/color.lua

Functions

Color:new (red, green, blue) Creates a new instance of Color.


Functions

Color:new (red, green, blue)
Creates a new instance of Color.

Parameters

  • red: The red component, a number between 0 and 255.
  • green: The green component, a number between 0 and 255.
  • blue: The blue component, a number between 0 and 255.

Valid XHTML 1.0!