|
static const ref Color | DISABLED = Color.FromSRGBA(200, 200, 200, 100) |
|
static const ref Color | DISABLED_GLOW = Color.FromSRGBA(0, 0, 0, 100) |
|
static const ref Color | ENABLED = Color.FromSRGBA(255, 255, 255, 255) |
|
static const ref Color | ENABLED_GLOW = Color.FromSRGBA(162, 162, 162, 255) |
|
static const ref Color | DEFAULT = Color.FromSRGBA(255, 255, 255, 255) |
|
static const ref Color | DEFAULT_GLOW = Color.FromSRGBA(0, 0, 0, 255) |
|
static const ref Color | WHITE_GLOW = Color.FromSRGBA(225, 225, 225, 178) |
|
static const ref Color | ORANGE = Color.FromSRGBA(226, 167, 80, 255) |
|
static const ref Color | ORANGE_BRIGHT = Color.FromSRGBA(255, 207, 136, 255) |
|
static const ref Color | ORANGE_BRIGHT2 = Color.FromSRGBA(255, 233, 200, 255) |
|
static const ref Color | ORANGE_DARK = Color.FromSRGBA(162, 97, 0, 255) |
|
static const ref Color | RED = Color.FromSRGBA(236, 80, 80, 255) |
|
static const ref Color | RED_BRIGHT = Color.FromSRGBA(255, 134, 134, 255) |
|
static const ref Color | RED_BRIGHT2 = Color.FromSRGBA(255, 150, 150, 255) |
|
static const ref Color | RED_DARK = Color.FromSRGBA(162, 0, 0, 255) |
|
static const ref Color | BLUE = Color.FromSRGBA(41, 127, 240, 255) |
|
static const ref Color | BLUE_BRIGHT = Color.FromSRGBA(122, 175, 255, 255) |
|
static const ref Color | BLUE_BRIGHT2 = Color.FromSRGBA(184, 212, 255, 255) |
|
static const ref Color | BLUE_DARK = Color.FromSRGBA(27, 92, 189, 255) |
|
static const ref Color | GREEN = Color.FromSRGBA(37, 209, 29, 255) |
|
static const ref Color | GREEN_BRIGHT = Color.FromSRGBA(157, 250, 153, 255) |
|
static const ref Color | GREEN_BRIGHT2 = Color.FromSRGBA(216, 255, 214, 255) |
|
static const ref Color | GREEN_DARK = Color.FromSRGBA(28, 157, 22, 255) |
|
static const ref Color | LIGHT_GRAY = Color.FromSRGBA(189, 189, 188, 255) |
|