JNGL
|
Contains jngl::Color class. More...
Go to the source code of this file.
Classes | |
class | Color |
Object representing a RGB color. More... | |
Namespaces | |
jngl | |
JNGL's main namespace. | |
Functions | |
void | setBackgroundColor (jngl::Color) |
Sets the screen's background color which is visible when nothing is drawn. | |
void | setBackgroundColor (unsigned char red, unsigned char green, unsigned char blue) |
Sets the screen's background color which is visible when nothing is drawn. More... | |
jngl::Color | operator""_rgb (unsigned long long) |
Create a jngl::Color object from a literal. E.g. 0x00ff00_rgb for green. | |
Contains jngl::Color class.
Definition in file Color.hpp.