Go to the source code of this file.
|
static constexpr eng::Color | WHITE = {.r = 255U, .g = 255U, .b = 255U, .a = 255U} |
|
static constexpr eng::Color | WHITE_TRANS = {.r = 255U, .g = 255U, .b = 255U, .a = 100U} |
|
static constexpr eng::Color | BLUE = {.r = 200U, .g = 200U, .b = 255U, .a = 150U} |
|
static constexpr eng::Color | BLUE_SECOND = {.r = 50U, .g = 100U, .b = 200U, .a = 60U} |
|
static constexpr eng::Color | YELLOW = {.r = 255U, .g = 255U, .b = 200U, .a = 200U} |
|
static constexpr eng::Color | PURPLE = {.r = 100U, .g = 50U, .b = 150U, .a = 80U} |
|
static constexpr eng::Color | GREEN = {.r = 200U, .g = 255U, .b = 200U, .a = 180U} |
|
◆ BLUE
eng::Color BLUE = {.r = 200U, .g = 200U, .b = 255U, .a = 150U} |
|
staticconstexpr |
◆ BLUE_SECOND
eng::Color BLUE_SECOND = {.r = 50U, .g = 100U, .b = 200U, .a = 60U} |
|
staticconstexpr |
◆ GREEN
eng::Color GREEN = {.r = 200U, .g = 255U, .b = 200U, .a = 180U} |
|
staticconstexpr |
◆ PURPLE
eng::Color PURPLE = {.r = 100U, .g = 50U, .b = 150U, .a = 80U} |
|
staticconstexpr |
◆ WHITE
eng::Color WHITE = {.r = 255U, .g = 255U, .b = 255U, .a = 255U} |
|
staticconstexpr |
◆ WHITE_TRANS
eng::Color WHITE_TRANS = {.r = 255U, .g = 255U, .b = 255U, .a = 100U} |
|
staticconstexpr |
◆ YELLOW
eng::Color YELLOW = {.r = 255U, .g = 255U, .b = 200U, .a = 200U} |
|
staticconstexpr |