Skip to content
Bielen Pierre edited this page Jul 13, 2019 · 2 revisions

Constructor

newColors(back,front)

  • back -> integer -> color with alpha
  • front -> integer -> color with alpha

Destructor

  • free()

Getters

  • getBack() return -> integer -> back color
  • getFront() return -> integer -> front color

Setters

  • setBack(back)
    • back -> integer -> color with alpha
  • setFront(front)
    • front-> integer -> color with alpha

Public methods

void

Clone this wiki locally