#include <video_colors.h>
Public Member Functions | |
NGT_Colors () | |
void | initialize () |
Initialize the color definitions. | |
Public Attributes | |
SDL_Color | black |
SDL_Color | white |
SDL_Color | grey |
SDL_Color | darkgrey |
SDL_Color | violet |
SDL_Color | violetblue |
SDL_Color | yellow |
SDL_Color | darkyellow |
SDL_Color | lightblue |
This class provides a basic list of colors in SDL_Color format.
Definition at line 18 of file video_colors.h.
|
Definition at line 12 of file video_colors.cpp. References initialize(). |
|
Initialize the color definitions.
The object must be initialized before getting the colors. Definition at line 16 of file video_colors.cpp. References darkgrey, darkyellow, grey, lightblue, violet, violetblue, white, and yellow. Referenced by NGT_Colors(). |
|
Definition at line 20 of file video_colors.h. |
|
Definition at line 23 of file video_colors.h. Referenced by initialize(). |
|
Definition at line 27 of file video_colors.h. Referenced by initialize(). |
|
Definition at line 22 of file video_colors.h. Referenced by initialize(). |
|
Definition at line 28 of file video_colors.h. Referenced by initialize(). |
|
Definition at line 24 of file video_colors.h. Referenced by initialize(). |
|
Definition at line 25 of file video_colors.h. Referenced by initialize(). |
|
Definition at line 21 of file video_colors.h. Referenced by initialize(). |
|
Definition at line 26 of file video_colors.h. Referenced by initialize(). |