Dokumentace prostoru jmen Color
Konstantní pojmenované barvy.
...
|
Proměnné |
| const SDL_Color | transparent = {255,0,255} |
| const SDL_Color | white = {255,255,255} |
| const SDL_Color | yellow = {255,255,0} |
| const SDL_Color | aqua = {0,255,255} |
| const SDL_Color | red = {255,0,0} |
| const SDL_Color | lime = {0,255,0} |
| const SDL_Color | blue = {0,0,255} |
| const SDL_Color | black = {0,0,0} |
| const SDL_Color | green = {0,128,0} |
| const SDL_Color | maroon = {128,0,0} |
| const SDL_Color | olive = {128,128,0} |
| const SDL_Color | purple = {128,0,128} |
| const SDL_Color | gray = {128,128,128} |
| const SDL_Color | navy = {0,0,128} |
| const SDL_Color | teal = {0,128,128} |
| const SDL_Color | silver = {192,192,192} |
Detailní popis
Konstantní pojmenované barvy.
Dokumentace proměnných