#include <SDL_video.h>
#include "color.h"
Include dependency graph for colors.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Variables | |
const Color | white_color (255, 255, 255, SDL_ALPHA_OPAQUE) |
const Color | lightgray_color (169, 169, 169, SDL_ALPHA_OPAQUE) |
const Color | gray_color (128, 128, 128, SDL_ALPHA_OPAQUE) |
const Color | dark_gray_color (64, 64, 64, SDL_ALPHA_OPAQUE) |
const Color | black_color (0, 0, 0, SDL_ALPHA_OPAQUE) |
const Color | c_white (0xFF, 0xFF, 0xFF, 0x70) |
const Color | c_black (0x00, 0x00, 0x00, 0x70) |
const Color | c_red (0xFF, 0x00, 0x00, 0x70) |
const Color | c_yellow (0x00, 0xFF, 0xFF, 0x70) |
const Color | c_grey (0xF0, 0xF0, 0xF0, 0x70) |
const Color | green_color (68, 120, 51, SDL_ALPHA_OPAQUE) |
const Color | primary_red_color (255, 0, 0, SDL_ALPHA_OPAQUE) |
const Color | defaultColorBox (80, 80, 159, 206) |
const Color | defaultColorRect (49, 32, 122, 255) |
const Color | defaultOptionColorBox (255, 255, 255, 160) |
const Color | highlightOptionColorBox (200, 100, 100, 206) |
const Color | defaultDisabledColorBox (0, 0, 0, 127) |
const Color | defaultOptionColorRect (59, 88, 129, 206) |
const Color | defaultListColor1 (75, 163, 200, 255 *3/10) |
const Color | defaultListColor2 (0, 0, 255 *6/10, 255 *8/10) |
const Color | defaultListColor3 (0, 0, 255 *6/10, 255 *4/10) |
const Color black_color(0, 0, 0, SDL_ALPHA_OPAQUE) |
const Color dark_gray_color(64, 64, 64, SDL_ALPHA_OPAQUE) |
const Color defaultColorBox(80, 80, 159, 206) |
const Color defaultColorRect(49, 32, 122, 255) |
const Color defaultDisabledColorBox(0, 0, 0, 127) |
const Color defaultListColor1(75, 163, 200, 255 *3/10) |
const Color defaultListColor2(0, 0, 255 *6/10, 255 *8/10) |
const Color defaultListColor3(0, 0, 255 *6/10, 255 *4/10) |
const Color defaultOptionColorBox(255, 255, 255, 160) |
const Color defaultOptionColorRect(59, 88, 129, 206) |
const Color gray_color(128, 128, 128, SDL_ALPHA_OPAQUE) |
const Color green_color(68, 120, 51, SDL_ALPHA_OPAQUE) |
const Color highlightOptionColorBox(200, 100, 100, 206) |
const Color lightgray_color(169, 169, 169, SDL_ALPHA_OPAQUE) |
const Color primary_red_color(255, 0, 0, SDL_ALPHA_OPAQUE) |
const Color white_color(255, 255, 255, SDL_ALPHA_OPAQUE) |