Skip to content

Color

Color.

Methods

  • Color& opAssign(Color&in) --
  • int opIndex(int index) --
  • void SetColor(int r, int b, int g, int a = 0) -- Sets a new color.
  • const int r() -- Gets the RED value in integer.
  • const int g() -- Gets the GREEN value in integer.
  • const int b() -- Gets the BLUE value in integer.
  • const int a() -- Gets the ALPHA value in integer.