D++ (DPP)
C++ Discord API Bot Library
|
predefined color constants More...
Variables | |
const uint32_t | white = 0xFFFFFF |
const uint32_t | discord_white = 0xFFFFFE |
const uint32_t | light_gray = 0xC0C0C0 |
const uint32_t | gray = 0x808080 |
const uint32_t | dark_gray = 0x404040 |
const uint32_t | black = 0x000000 |
const uint32_t | discord_black = 0x000001 |
const uint32_t | red = 0xFF0000 |
const uint32_t | pink = 0xFFAFAF |
const uint32_t | orange = 0xFFC800 |
const uint32_t | yellow = 0xFFFF00 |
const uint32_t | green = 0x00FF00 |
const uint32_t | magenta = 0xFF00FF |
const uint32_t | cyan = 0x00FFFF |
const uint32_t | blue = 0x0000FF |
const uint32_t | light_sea_green = 0x1ABC9C |
const uint32_t | medium_sea_green = 0x2ECC71 |
const uint32_t | summer_sky = 0x3498DB |
const uint32_t | deep_lilac = 0x9B59B6 |
const uint32_t | ruby = 0xE91E63 |
const uint32_t | moon_yellow = 0xF1C40F |
const uint32_t | tahiti_gold = 0xE67E22 |
const uint32_t | cinnabar = 0xE74C3C |
const uint32_t | submarine = 0x95A5A6 |
const uint32_t | blue_aquamarine = 0x607D8B |
const uint32_t | deep_sea = 0x11806A |
const uint32_t | sea_green = 0x1F8B4C |
const uint32_t | endeavour = 0x206694 |
const uint32_t | vivid_violet = 0x71368A |
const uint32_t | jazzberry_jam = 0xAD1457 |
const uint32_t | dark_goldenrod = 0xC27C0E |
const uint32_t | rust = 0xA84300 |
const uint32_t | brown = 0x992D22 |
const uint32_t | gray_chateau = 0x979C9F |
const uint32_t | bismark = 0x546E7A |
const uint32_t | sti_blue = 0x0E4BEF |
const uint32_t | wrx_blue = 0x00247D |
const uint32_t | rallyart_crimson = 0xE60012 |
const uint32_t | lime = 0x00FF00 |
const uint32_t | forest_green = 0x228B22 |
const uint32_t | cadmium_green = 0x097969 |
const uint32_t | aquamarine = 0x7FFFD4 |
const uint32_t | blue_green = 0x088F8F |
const uint32_t | raspberry = 0xE30B5C |
const uint32_t | scarlet_red = 0xFF2400 |
predefined color constants
const uint32_t dpp::colors::aquamarine = 0x7FFFD4 |
const uint32_t dpp::colors::bismark = 0x546E7A |
const uint32_t dpp::colors::black = 0x000000 |
const uint32_t dpp::colors::blue = 0x0000FF |
const uint32_t dpp::colors::blue_aquamarine = 0x607D8B |
const uint32_t dpp::colors::blue_green = 0x088F8F |
const uint32_t dpp::colors::brown = 0x992D22 |
const uint32_t dpp::colors::cadmium_green = 0x097969 |
const uint32_t dpp::colors::cinnabar = 0xE74C3C |
const uint32_t dpp::colors::cyan = 0x00FFFF |
const uint32_t dpp::colors::dark_goldenrod = 0xC27C0E |
const uint32_t dpp::colors::dark_gray = 0x404040 |
const uint32_t dpp::colors::deep_lilac = 0x9B59B6 |
const uint32_t dpp::colors::deep_sea = 0x11806A |
const uint32_t dpp::colors::discord_black = 0x000001 |
const uint32_t dpp::colors::discord_white = 0xFFFFFE |
const uint32_t dpp::colors::endeavour = 0x206694 |
const uint32_t dpp::colors::forest_green = 0x228B22 |
const uint32_t dpp::colors::gray = 0x808080 |
const uint32_t dpp::colors::gray_chateau = 0x979C9F |
const uint32_t dpp::colors::green = 0x00FF00 |
const uint32_t dpp::colors::jazzberry_jam = 0xAD1457 |
const uint32_t dpp::colors::light_gray = 0xC0C0C0 |
const uint32_t dpp::colors::light_sea_green = 0x1ABC9C |
const uint32_t dpp::colors::lime = 0x00FF00 |
const uint32_t dpp::colors::magenta = 0xFF00FF |
const uint32_t dpp::colors::medium_sea_green = 0x2ECC71 |
const uint32_t dpp::colors::moon_yellow = 0xF1C40F |
const uint32_t dpp::colors::orange = 0xFFC800 |
const uint32_t dpp::colors::pink = 0xFFAFAF |
const uint32_t dpp::colors::rallyart_crimson = 0xE60012 |
const uint32_t dpp::colors::raspberry = 0xE30B5C |
const uint32_t dpp::colors::red = 0xFF0000 |
const uint32_t dpp::colors::ruby = 0xE91E63 |
const uint32_t dpp::colors::rust = 0xA84300 |
const uint32_t dpp::colors::scarlet_red = 0xFF2400 |
const uint32_t dpp::colors::sea_green = 0x1F8B4C |
const uint32_t dpp::colors::sti_blue = 0x0E4BEF |
const uint32_t dpp::colors::submarine = 0x95A5A6 |
const uint32_t dpp::colors::summer_sky = 0x3498DB |
const uint32_t dpp::colors::tahiti_gold = 0xE67E22 |
const uint32_t dpp::colors::vivid_violet = 0x71368A |
const uint32_t dpp::colors::white = 0xFFFFFF |
const uint32_t dpp::colors::wrx_blue = 0x00247D |
const uint32_t dpp::colors::yellow = 0xFFFF00 |