1.10
Predefined Colors

Predefined colors. More...

static constexpr Color transparent = Color(0x00000000)
 Predefined color.
 
static constexpr Color aliceblue = Color::rgb(0xf0f8ff)
 Predefined color.
 
static constexpr Color antiquewhite = Color::rgb(0xfaebd7)
 Predefined color.
 
static constexpr Color aqua = Color::rgb(0x00ffff)
 Predefined color.
 
static constexpr Color aquamarine = Color::rgb(0x7fffd4)
 Predefined color.
 
static constexpr Color azure = Color::rgb(0xf0ffff)
 Predefined color.
 
static constexpr Color beige = Color::rgb(0xf5f5dc)
 Predefined color.
 
static constexpr Color bisque = Color::rgb(0xffe4c4)
 Predefined color.
 
static constexpr Color black = Color::rgb(0x000000)
 Predefined color.
 
static constexpr Color blanchedalmond = Color::rgb(0xffebcd)
 Predefined color.
 
static constexpr Color blue = Color::rgb(0x0000ff)
 Predefined color.
 
static constexpr Color blueviolet = Color::rgb(0x8a2be2)
 Predefined color.
 
static constexpr Color brown = Color::rgb(0xa52a2a)
 Predefined color.
 
static constexpr Color burlywood = Color::rgb(0xdeb887)
 Predefined color.
 
static constexpr Color cadetblue = Color::rgb(0x5f9ea0)
 Predefined color.
 
static constexpr Color chartreuse = Color::rgb(0x7fff00)
 Predefined color.
 
static constexpr Color chocolate = Color::rgb(0xd2691e)
 Predefined color.
 
static constexpr Color coral = Color::rgb(0xff7f50)
 Predefined color.
 
static constexpr Color cornflowerblue = Color::rgb(0x6495ed)
 Predefined color.
 
static constexpr Color cornsilk = Color::rgb(0xfff8dc)
 Predefined color.
 
static constexpr Color crimson = Color::rgb(0xdc143c)
 Predefined color.
 
static constexpr Color cyan = Color::rgb(0x00ffff)
 Predefined color.
 
static constexpr Color darkblue = Color::rgb(0x00008b)
 Predefined color.
 
static constexpr Color darkcyan = Color::rgb(0x008b8b)
 Predefined color.
 
static constexpr Color darkgoldenrod = Color::rgb(0xb8860b)
 Predefined color.
 
static constexpr Color darkgray = Color::rgb(0xa9a9a9)
 Predefined color.
 
static constexpr Color darkgreen = Color::rgb(0x006400)
 Predefined color.
 
static constexpr Color darkgrey = Color::rgb(0xa9a9a9)
 Predefined color.
 
static constexpr Color darkkhaki = Color::rgb(0xbdb76b)
 Predefined color.
 
static constexpr Color darkmagenta = Color::rgb(0x8b008b)
 Predefined color.
 
static constexpr Color darkolivegreen = Color::rgb(0x556b2f)
 Predefined color.
 
static constexpr Color darkorange = Color::rgb(0xff8c00)
 Predefined color.
 
static constexpr Color darkorchid = Color::rgb(0x9932cc)
 Predefined color.
 
static constexpr Color darkred = Color::rgb(0x8b0000)
 Predefined color.
 
static constexpr Color darksalmon = Color::rgb(0xe9967a)
 Predefined color.
 
static constexpr Color darkseagreen = Color::rgb(0x8fbc8f)
 Predefined color.
 
static constexpr Color darkslateblue = Color::rgb(0x483d8b)
 Predefined color.
 
static constexpr Color darkslategray = Color::rgb(0x2f4f4f)
 Predefined color.
 
static constexpr Color darkslategrey = Color::rgb(0x2f4f4f)
 Predefined color.
 
static constexpr Color darkturquoise = Color::rgb(0x00ced1)
 Predefined color.
 
static constexpr Color darkviolet = Color::rgb(0x9400d3)
 Predefined color.
 
static constexpr Color deeppink = Color::rgb(0xff1493)
 Predefined color.
 
static constexpr Color deepskyblue = Color::rgb(0x00bfff)
 Predefined color.
 
static constexpr Color dimgray = Color::rgb(0x696969)
 Predefined color.
 
static constexpr Color dimgrey = Color::rgb(0x696969)
 Predefined color.
 
static constexpr Color dodgerblue = Color::rgb(0x1e90ff)
 Predefined color.
 
static constexpr Color firebrick = Color::rgb(0xb22222)
 Predefined color.
 
static constexpr Color floralwhite = Color::rgb(0xfffaf0)
 Predefined color.
 
static constexpr Color forestgreen = Color::rgb(0x228b22)
 Predefined color.
 
static constexpr Color fuchsia = Color::rgb(0xff00ff)
 Predefined color.
 
static constexpr Color gainsboro = Color::rgb(0xdcdcdc)
 Predefined color.
 
static constexpr Color ghostwhite = Color::rgb(0xf8f8ff)
 Predefined color.
 
static constexpr Color gold = Color::rgb(0xffd700)
 Predefined color.
 
static constexpr Color goldenrod = Color::rgb(0xdaa520)
 Predefined color.
 
static constexpr Color gray = Color::rgb(0x808080)
 Predefined color.
 
static constexpr Color green = Color::rgb(0x008000)
 Predefined color.
 
static constexpr Color greenyellow = Color::rgb(0xadff2f)
 Predefined color.
 
static constexpr Color grey = Color::rgb(0x808080)
 Predefined color.
 
static constexpr Color honeydew = Color::rgb(0xf0fff0)
 Predefined color.
 
static constexpr Color hotpink = Color::rgb(0xff69b4)
 Predefined color.
 
static constexpr Color indianred = Color::rgb(0xcd5c5c)
 Predefined color.
 
static constexpr Color indigo = Color::rgb(0x4b0082)
 Predefined color.
 
static constexpr Color ivory = Color::rgb(0xfffff0)
 Predefined color.
 
static constexpr Color khaki = Color::rgb(0xf0e68c)
 Predefined color.
 
static constexpr Color lavender = Color::rgb(0xe6e6fa)
 Predefined color.
 
static constexpr Color lavenderblush = Color::rgb(0xfff0f5)
 Predefined color.
 
static constexpr Color lawngreen = Color::rgb(0x7cfc00)
 Predefined color.
 
static constexpr Color lemonchiffon = Color::rgb(0xfffacd)
 Predefined color.
 
static constexpr Color lightblue = Color::rgb(0xadd8e6)
 Predefined color.
 
static constexpr Color lightcoral = Color::rgb(0xf08080)
 Predefined color.
 
static constexpr Color lightcyan = Color::rgb(0xe0ffff)
 Predefined color.
 
static constexpr Color lightgoldenrodyellow = Color::rgb(0xfafad2)
 Predefined color.
 
static constexpr Color lightgray = Color::rgb(0xd3d3d3)
 Predefined color.
 
static constexpr Color lightgreen = Color::rgb(0x90ee90)
 Predefined color.
 
static constexpr Color lightgrey = Color::rgb(0xd3d3d3)
 Predefined color.
 
static constexpr Color lightpink = Color::rgb(0xffb6c1)
 Predefined color.
 
static constexpr Color lightsalmon = Color::rgb(0xffa07a)
 Predefined color.
 
static constexpr Color lightseagreen = Color::rgb(0x20b2aa)
 Predefined color.
 
static constexpr Color lightskyblue = Color::rgb(0x87cefa)
 Predefined color.
 
static constexpr Color lightslategray = Color::rgb(0x778899)
 Predefined color.
 
static constexpr Color lightslategrey = Color::rgb(0x778899)
 Predefined color.
 
static constexpr Color lightsteelblue = Color::rgb(0xb0c4de)
 Predefined color.
 
static constexpr Color lightyellow = Color::rgb(0xffffe0)
 Predefined color.
 
static constexpr Color lime = Color::rgb(0x00ff00)
 Predefined color.
 
static constexpr Color limegreen = Color::rgb(0x32cd32)
 Predefined color.
 
static constexpr Color linen = Color::rgb(0xfaf0e6)
 Predefined color.
 
static constexpr Color magenta = Color::rgb(0xff00ff)
 Predefined color.
 
static constexpr Color maroon = Color::rgb(0x800000)
 Predefined color.
 
static constexpr Color mediumaquamarine = Color::rgb(0x66cdaa)
 Predefined color.
 
static constexpr Color mediumblue = Color::rgb(0x0000cd)
 Predefined color.
 
static constexpr Color mediumorchid = Color::rgb(0xba55d3)
 Predefined color.
 
static constexpr Color mediumpurple = Color::rgb(0x9370db)
 Predefined color.
 
static constexpr Color mediumseagreen = Color::rgb(0x3cb371)
 Predefined color.
 
static constexpr Color mediumslateblue = Color::rgb(0x7b68ee)
 Predefined color.
 
static constexpr Color mediumspringgreen = Color::rgb(0x00fa9a)
 Predefined color.
 
static constexpr Color mediumturquoise = Color::rgb(0x48d1cc)
 Predefined color.
 
static constexpr Color mediumvioletred = Color::rgb(0xc71585)
 Predefined color.
 
static constexpr Color midnightblue = Color::rgb(0x191970)
 Predefined color.
 
static constexpr Color mintcream = Color::rgb(0xf5fffa)
 Predefined color.
 
static constexpr Color mistyrose = Color::rgb(0xffe4e1)
 Predefined color.
 
static constexpr Color moccasin = Color::rgb(0xffe4b5)
 Predefined color.
 
static constexpr Color navajowhite = Color::rgb(0xffdead)
 Predefined color.
 
static constexpr Color navy = Color::rgb(0x000080)
 Predefined color.
 
static constexpr Color oldlace = Color::rgb(0xfdf5e6)
 Predefined color.
 
static constexpr Color olive = Color::rgb(0x808000)
 Predefined color.
 
static constexpr Color olivedrab = Color::rgb(0x6b8e23)
 Predefined color.
 
static constexpr Color orange = Color::rgb(0xffa500)
 Predefined color.
 
static constexpr Color orangered = Color::rgb(0xff4500)
 Predefined color.
 
static constexpr Color orchid = Color::rgb(0xda70d6)
 Predefined color.
 
static constexpr Color palegoldenrod = Color::rgb(0xeee8aa)
 Predefined color.
 
static constexpr Color palegreen = Color::rgb(0x98fb98)
 Predefined color.
 
static constexpr Color paleturquoise = Color::rgb(0xafeeee)
 Predefined color.
 
static constexpr Color palevioletred = Color::rgb(0xdb7093)
 Predefined color.
 
static constexpr Color papayawhip = Color::rgb(0xffefd5)
 Predefined color.
 
static constexpr Color peachpuff = Color::rgb(0xffdab9)
 Predefined color.
 
static constexpr Color peru = Color::rgb(0xcd853f)
 Predefined color.
 
static constexpr Color pink = Color::rgb(0xffc0cb)
 Predefined color.
 
static constexpr Color plum = Color::rgb(0xdda0dd)
 Predefined color.
 
static constexpr Color powderblue = Color::rgb(0xb0e0e6)
 Predefined color.
 
static constexpr Color purple = Color::rgb(0x800080)
 Predefined color.
 
static constexpr Color red = Color::rgb(0xff0000)
 Predefined color.
 
static constexpr Color rosybrown = Color::rgb(0xbc8f8f)
 Predefined color.
 
static constexpr Color royalblue = Color::rgb(0x4169e1)
 Predefined color.
 
static constexpr Color saddlebrown = Color::rgb(0x8b4513)
 Predefined color.
 
static constexpr Color salmon = Color::rgb(0xfa8072)
 Predefined color.
 
static constexpr Color sandybrown = Color::rgb(0xf4a460)
 Predefined color.
 
static constexpr Color seagreen = Color::rgb(0x2e8b57)
 Predefined color.
 
static constexpr Color seashell = Color::rgb(0xfff5ee)
 Predefined color.
 
static constexpr Color sienna = Color::rgb(0xa0522d)
 Predefined color.
 
static constexpr Color silver = Color::rgb(0xc0c0c0)
 Predefined color.
 
static constexpr Color skyblue = Color::rgb(0x87ceeb)
 Predefined color.
 
static constexpr Color slateblue = Color::rgb(0x6a5acd)
 Predefined color.
 
static constexpr Color slategray = Color::rgb(0x708090)
 Predefined color.
 
static constexpr Color slategrey = Color::rgb(0x708090)
 Predefined color.
 
static constexpr Color snow = Color::rgb(0xfffafa)
 Predefined color.
 
static constexpr Color springgreen = Color::rgb(0x00ff7f)
 Predefined color.
 
static constexpr Color steelblue = Color::rgb(0x4682b4)
 Predefined color.
 
static constexpr Color tan = Color::rgb(0xd2b48c)
 Predefined color.
 
static constexpr Color teal = Color::rgb(0x008080)
 Predefined color.
 
static constexpr Color thistle = Color::rgb(0xd8bfd8)
 Predefined color.
 
static constexpr Color tomato = Color::rgb(0xff6347)
 Predefined color.
 
static constexpr Color turquoise = Color::rgb(0x40e0d0)
 Predefined color.
 
static constexpr Color violet = Color::rgb(0xee82ee)
 Predefined color.
 
static constexpr Color wheat = Color::rgb(0xf5deb3)
 Predefined color.
 
static constexpr Color white = Color::rgb(0xffffff)
 Predefined color.
 
static constexpr Color whitesmoke = Color::rgb(0xf5f5f5)
 Predefined color.
 
static constexpr Color yellow = Color::rgb(0xffff00)
 Predefined color.
 
static constexpr Color yellowgreen = Color::rgb(0x9acd32)
 Predefined color.
 

Detailed Description

Predefined colors.

See also
These are the same colors defined in CSS Color Module Level 3
Note
For the transparent color, Widget's fill flags must be set to Theme::FillFlag::blend.

Variable Documentation

◆ aliceblue

constexpr Color aliceblue = Color::rgb(0xf0f8ff)
staticconstexpr

Predefined color.

◆ antiquewhite

constexpr Color antiquewhite = Color::rgb(0xfaebd7)
staticconstexpr

Predefined color.

◆ aqua

constexpr Color aqua = Color::rgb(0x00ffff)
staticconstexpr

Predefined color.

◆ aquamarine

constexpr Color aquamarine = Color::rgb(0x7fffd4)
staticconstexpr

Predefined color.

◆ azure

constexpr Color azure = Color::rgb(0xf0ffff)
staticconstexpr

Predefined color.

◆ beige

constexpr Color beige = Color::rgb(0xf5f5dc)
staticconstexpr

Predefined color.

◆ bisque

constexpr Color bisque = Color::rgb(0xffe4c4)
staticconstexpr

Predefined color.

◆ black

constexpr Color black = Color::rgb(0x000000)
staticconstexpr

Predefined color.

◆ blanchedalmond

constexpr Color blanchedalmond = Color::rgb(0xffebcd)
staticconstexpr

Predefined color.

◆ blue

constexpr Color blue = Color::rgb(0x0000ff)
staticconstexpr

Predefined color.

◆ blueviolet

constexpr Color blueviolet = Color::rgb(0x8a2be2)
staticconstexpr

Predefined color.

◆ brown

constexpr Color brown = Color::rgb(0xa52a2a)
staticconstexpr

Predefined color.

◆ burlywood

constexpr Color burlywood = Color::rgb(0xdeb887)
staticconstexpr

Predefined color.

◆ cadetblue

constexpr Color cadetblue = Color::rgb(0x5f9ea0)
staticconstexpr

Predefined color.

◆ chartreuse

constexpr Color chartreuse = Color::rgb(0x7fff00)
staticconstexpr

Predefined color.

◆ chocolate

constexpr Color chocolate = Color::rgb(0xd2691e)
staticconstexpr

Predefined color.

◆ coral

constexpr Color coral = Color::rgb(0xff7f50)
staticconstexpr

Predefined color.

◆ cornflowerblue

constexpr Color cornflowerblue = Color::rgb(0x6495ed)
staticconstexpr

Predefined color.

◆ cornsilk

constexpr Color cornsilk = Color::rgb(0xfff8dc)
staticconstexpr

Predefined color.

◆ crimson

constexpr Color crimson = Color::rgb(0xdc143c)
staticconstexpr

Predefined color.

◆ cyan

constexpr Color cyan = Color::rgb(0x00ffff)
staticconstexpr

Predefined color.

◆ darkblue

constexpr Color darkblue = Color::rgb(0x00008b)
staticconstexpr

Predefined color.

◆ darkcyan

constexpr Color darkcyan = Color::rgb(0x008b8b)
staticconstexpr

Predefined color.

◆ darkgoldenrod

constexpr Color darkgoldenrod = Color::rgb(0xb8860b)
staticconstexpr

Predefined color.

◆ darkgray

constexpr Color darkgray = Color::rgb(0xa9a9a9)
staticconstexpr

Predefined color.

◆ darkgreen

constexpr Color darkgreen = Color::rgb(0x006400)
staticconstexpr

Predefined color.

◆ darkgrey

constexpr Color darkgrey = Color::rgb(0xa9a9a9)
staticconstexpr

Predefined color.

◆ darkkhaki

constexpr Color darkkhaki = Color::rgb(0xbdb76b)
staticconstexpr

Predefined color.

◆ darkmagenta

constexpr Color darkmagenta = Color::rgb(0x8b008b)
staticconstexpr

Predefined color.

◆ darkolivegreen

constexpr Color darkolivegreen = Color::rgb(0x556b2f)
staticconstexpr

Predefined color.

◆ darkorange

constexpr Color darkorange = Color::rgb(0xff8c00)
staticconstexpr

Predefined color.

◆ darkorchid

constexpr Color darkorchid = Color::rgb(0x9932cc)
staticconstexpr

Predefined color.

◆ darkred

constexpr Color darkred = Color::rgb(0x8b0000)
staticconstexpr

Predefined color.

◆ darksalmon

constexpr Color darksalmon = Color::rgb(0xe9967a)
staticconstexpr

Predefined color.

◆ darkseagreen

constexpr Color darkseagreen = Color::rgb(0x8fbc8f)
staticconstexpr

Predefined color.

◆ darkslateblue

constexpr Color darkslateblue = Color::rgb(0x483d8b)
staticconstexpr

Predefined color.

◆ darkslategray

constexpr Color darkslategray = Color::rgb(0x2f4f4f)
staticconstexpr

Predefined color.

◆ darkslategrey

constexpr Color darkslategrey = Color::rgb(0x2f4f4f)
staticconstexpr

Predefined color.

◆ darkturquoise

constexpr Color darkturquoise = Color::rgb(0x00ced1)
staticconstexpr

Predefined color.

◆ darkviolet

constexpr Color darkviolet = Color::rgb(0x9400d3)
staticconstexpr

Predefined color.

◆ deeppink

constexpr Color deeppink = Color::rgb(0xff1493)
staticconstexpr

Predefined color.

◆ deepskyblue

constexpr Color deepskyblue = Color::rgb(0x00bfff)
staticconstexpr

Predefined color.

◆ dimgray

constexpr Color dimgray = Color::rgb(0x696969)
staticconstexpr

Predefined color.

◆ dimgrey

constexpr Color dimgrey = Color::rgb(0x696969)
staticconstexpr

Predefined color.

◆ dodgerblue

constexpr Color dodgerblue = Color::rgb(0x1e90ff)
staticconstexpr

Predefined color.

◆ firebrick

constexpr Color firebrick = Color::rgb(0xb22222)
staticconstexpr

Predefined color.

◆ floralwhite

constexpr Color floralwhite = Color::rgb(0xfffaf0)
staticconstexpr

Predefined color.

◆ forestgreen

constexpr Color forestgreen = Color::rgb(0x228b22)
staticconstexpr

Predefined color.

◆ fuchsia

constexpr Color fuchsia = Color::rgb(0xff00ff)
staticconstexpr

Predefined color.

◆ gainsboro

constexpr Color gainsboro = Color::rgb(0xdcdcdc)
staticconstexpr

Predefined color.

◆ ghostwhite

constexpr Color ghostwhite = Color::rgb(0xf8f8ff)
staticconstexpr

Predefined color.

◆ gold

constexpr Color gold = Color::rgb(0xffd700)
staticconstexpr

Predefined color.

◆ goldenrod

constexpr Color goldenrod = Color::rgb(0xdaa520)
staticconstexpr

Predefined color.

◆ gray

constexpr Color gray = Color::rgb(0x808080)
staticconstexpr

Predefined color.

◆ green

constexpr Color green = Color::rgb(0x008000)
staticconstexpr

Predefined color.

◆ greenyellow

constexpr Color greenyellow = Color::rgb(0xadff2f)
staticconstexpr

Predefined color.

◆ grey

constexpr Color grey = Color::rgb(0x808080)
staticconstexpr

Predefined color.

◆ honeydew

constexpr Color honeydew = Color::rgb(0xf0fff0)
staticconstexpr

Predefined color.

◆ hotpink

constexpr Color hotpink = Color::rgb(0xff69b4)
staticconstexpr

Predefined color.

◆ indianred

constexpr Color indianred = Color::rgb(0xcd5c5c)
staticconstexpr

Predefined color.

◆ indigo

constexpr Color indigo = Color::rgb(0x4b0082)
staticconstexpr

Predefined color.

◆ ivory

constexpr Color ivory = Color::rgb(0xfffff0)
staticconstexpr

Predefined color.

◆ khaki

constexpr Color khaki = Color::rgb(0xf0e68c)
staticconstexpr

Predefined color.

◆ lavender

constexpr Color lavender = Color::rgb(0xe6e6fa)
staticconstexpr

Predefined color.

◆ lavenderblush

constexpr Color lavenderblush = Color::rgb(0xfff0f5)
staticconstexpr

Predefined color.

◆ lawngreen

constexpr Color lawngreen = Color::rgb(0x7cfc00)
staticconstexpr

Predefined color.

◆ lemonchiffon

constexpr Color lemonchiffon = Color::rgb(0xfffacd)
staticconstexpr

Predefined color.

◆ lightblue

constexpr Color lightblue = Color::rgb(0xadd8e6)
staticconstexpr

Predefined color.

◆ lightcoral

constexpr Color lightcoral = Color::rgb(0xf08080)
staticconstexpr

Predefined color.

◆ lightcyan

constexpr Color lightcyan = Color::rgb(0xe0ffff)
staticconstexpr

Predefined color.

◆ lightgoldenrodyellow

constexpr Color lightgoldenrodyellow = Color::rgb(0xfafad2)
staticconstexpr

Predefined color.

◆ lightgray

constexpr Color lightgray = Color::rgb(0xd3d3d3)
staticconstexpr

Predefined color.

◆ lightgreen

constexpr Color lightgreen = Color::rgb(0x90ee90)
staticconstexpr

Predefined color.

◆ lightgrey

constexpr Color lightgrey = Color::rgb(0xd3d3d3)
staticconstexpr

Predefined color.

◆ lightpink

constexpr Color lightpink = Color::rgb(0xffb6c1)
staticconstexpr

Predefined color.

◆ lightsalmon

constexpr Color lightsalmon = Color::rgb(0xffa07a)
staticconstexpr

Predefined color.

◆ lightseagreen

constexpr Color lightseagreen = Color::rgb(0x20b2aa)
staticconstexpr

Predefined color.

◆ lightskyblue

constexpr Color lightskyblue = Color::rgb(0x87cefa)
staticconstexpr

Predefined color.

◆ lightslategray

constexpr Color lightslategray = Color::rgb(0x778899)
staticconstexpr

Predefined color.

◆ lightslategrey

constexpr Color lightslategrey = Color::rgb(0x778899)
staticconstexpr

Predefined color.

◆ lightsteelblue

constexpr Color lightsteelblue = Color::rgb(0xb0c4de)
staticconstexpr

Predefined color.

◆ lightyellow

constexpr Color lightyellow = Color::rgb(0xffffe0)
staticconstexpr

Predefined color.

◆ lime

constexpr Color lime = Color::rgb(0x00ff00)
staticconstexpr

Predefined color.

◆ limegreen

constexpr Color limegreen = Color::rgb(0x32cd32)
staticconstexpr

Predefined color.

◆ linen

constexpr Color linen = Color::rgb(0xfaf0e6)
staticconstexpr

Predefined color.

◆ magenta

constexpr Color magenta = Color::rgb(0xff00ff)
staticconstexpr

Predefined color.

◆ maroon

constexpr Color maroon = Color::rgb(0x800000)
staticconstexpr

Predefined color.

◆ mediumaquamarine

constexpr Color mediumaquamarine = Color::rgb(0x66cdaa)
staticconstexpr

Predefined color.

◆ mediumblue

constexpr Color mediumblue = Color::rgb(0x0000cd)
staticconstexpr

Predefined color.

◆ mediumorchid

constexpr Color mediumorchid = Color::rgb(0xba55d3)
staticconstexpr

Predefined color.

◆ mediumpurple

constexpr Color mediumpurple = Color::rgb(0x9370db)
staticconstexpr

Predefined color.

◆ mediumseagreen

constexpr Color mediumseagreen = Color::rgb(0x3cb371)
staticconstexpr

Predefined color.

◆ mediumslateblue

constexpr Color mediumslateblue = Color::rgb(0x7b68ee)
staticconstexpr

Predefined color.

◆ mediumspringgreen

constexpr Color mediumspringgreen = Color::rgb(0x00fa9a)
staticconstexpr

Predefined color.

◆ mediumturquoise

constexpr Color mediumturquoise = Color::rgb(0x48d1cc)
staticconstexpr

Predefined color.

◆ mediumvioletred

constexpr Color mediumvioletred = Color::rgb(0xc71585)
staticconstexpr

Predefined color.

◆ midnightblue

constexpr Color midnightblue = Color::rgb(0x191970)
staticconstexpr

Predefined color.

◆ mintcream

constexpr Color mintcream = Color::rgb(0xf5fffa)
staticconstexpr

Predefined color.

◆ mistyrose

constexpr Color mistyrose = Color::rgb(0xffe4e1)
staticconstexpr

Predefined color.

◆ moccasin

constexpr Color moccasin = Color::rgb(0xffe4b5)
staticconstexpr

Predefined color.

◆ navajowhite

constexpr Color navajowhite = Color::rgb(0xffdead)
staticconstexpr

Predefined color.

◆ navy

constexpr Color navy = Color::rgb(0x000080)
staticconstexpr

Predefined color.

◆ oldlace

constexpr Color oldlace = Color::rgb(0xfdf5e6)
staticconstexpr

Predefined color.

◆ olive

constexpr Color olive = Color::rgb(0x808000)
staticconstexpr

Predefined color.

◆ olivedrab

constexpr Color olivedrab = Color::rgb(0x6b8e23)
staticconstexpr

Predefined color.

◆ orange

constexpr Color orange = Color::rgb(0xffa500)
staticconstexpr

Predefined color.

◆ orangered

constexpr Color orangered = Color::rgb(0xff4500)
staticconstexpr

Predefined color.

◆ orchid

constexpr Color orchid = Color::rgb(0xda70d6)
staticconstexpr

Predefined color.

◆ palegoldenrod

constexpr Color palegoldenrod = Color::rgb(0xeee8aa)
staticconstexpr

Predefined color.

◆ palegreen

constexpr Color palegreen = Color::rgb(0x98fb98)
staticconstexpr

Predefined color.

◆ paleturquoise

constexpr Color paleturquoise = Color::rgb(0xafeeee)
staticconstexpr

Predefined color.

◆ palevioletred

constexpr Color palevioletred = Color::rgb(0xdb7093)
staticconstexpr

Predefined color.

◆ papayawhip

constexpr Color papayawhip = Color::rgb(0xffefd5)
staticconstexpr

Predefined color.

◆ peachpuff

constexpr Color peachpuff = Color::rgb(0xffdab9)
staticconstexpr

Predefined color.

◆ peru

constexpr Color peru = Color::rgb(0xcd853f)
staticconstexpr

Predefined color.

◆ pink

constexpr Color pink = Color::rgb(0xffc0cb)
staticconstexpr

Predefined color.

◆ plum

constexpr Color plum = Color::rgb(0xdda0dd)
staticconstexpr

Predefined color.

◆ powderblue

constexpr Color powderblue = Color::rgb(0xb0e0e6)
staticconstexpr

Predefined color.

◆ purple

constexpr Color purple = Color::rgb(0x800080)
staticconstexpr

Predefined color.

◆ red

constexpr Color red = Color::rgb(0xff0000)
staticconstexpr

Predefined color.

◆ rosybrown

constexpr Color rosybrown = Color::rgb(0xbc8f8f)
staticconstexpr

Predefined color.

◆ royalblue

constexpr Color royalblue = Color::rgb(0x4169e1)
staticconstexpr

Predefined color.

◆ saddlebrown

constexpr Color saddlebrown = Color::rgb(0x8b4513)
staticconstexpr

Predefined color.

◆ salmon

constexpr Color salmon = Color::rgb(0xfa8072)
staticconstexpr

Predefined color.

◆ sandybrown

constexpr Color sandybrown = Color::rgb(0xf4a460)
staticconstexpr

Predefined color.

◆ seagreen

constexpr Color seagreen = Color::rgb(0x2e8b57)
staticconstexpr

Predefined color.

◆ seashell

constexpr Color seashell = Color::rgb(0xfff5ee)
staticconstexpr

Predefined color.

◆ sienna

constexpr Color sienna = Color::rgb(0xa0522d)
staticconstexpr

Predefined color.

◆ silver

constexpr Color silver = Color::rgb(0xc0c0c0)
staticconstexpr

Predefined color.

◆ skyblue

constexpr Color skyblue = Color::rgb(0x87ceeb)
staticconstexpr

Predefined color.

◆ slateblue

constexpr Color slateblue = Color::rgb(0x6a5acd)
staticconstexpr

Predefined color.

◆ slategray

constexpr Color slategray = Color::rgb(0x708090)
staticconstexpr

Predefined color.

◆ slategrey

constexpr Color slategrey = Color::rgb(0x708090)
staticconstexpr

Predefined color.

◆ snow

constexpr Color snow = Color::rgb(0xfffafa)
staticconstexpr

Predefined color.

◆ springgreen

constexpr Color springgreen = Color::rgb(0x00ff7f)
staticconstexpr

Predefined color.

◆ steelblue

constexpr Color steelblue = Color::rgb(0x4682b4)
staticconstexpr

Predefined color.

◆ tan

constexpr Color tan = Color::rgb(0xd2b48c)
staticconstexpr

Predefined color.

◆ teal

constexpr Color teal = Color::rgb(0x008080)
staticconstexpr

Predefined color.

◆ thistle

constexpr Color thistle = Color::rgb(0xd8bfd8)
staticconstexpr

Predefined color.

◆ tomato

constexpr Color tomato = Color::rgb(0xff6347)
staticconstexpr

Predefined color.

◆ transparent

constexpr Color transparent = Color(0x00000000)
staticconstexpr

Predefined color.

◆ turquoise

constexpr Color turquoise = Color::rgb(0x40e0d0)
staticconstexpr

Predefined color.

◆ violet

constexpr Color violet = Color::rgb(0xee82ee)
staticconstexpr

Predefined color.

◆ wheat

constexpr Color wheat = Color::rgb(0xf5deb3)
staticconstexpr

Predefined color.

◆ white

constexpr Color white = Color::rgb(0xffffff)
staticconstexpr

Predefined color.

◆ whitesmoke

constexpr Color whitesmoke = Color::rgb(0xf5f5f5)
staticconstexpr

Predefined color.

◆ yellow

constexpr Color yellow = Color::rgb(0xffff00)
staticconstexpr

Predefined color.

◆ yellowgreen

constexpr Color yellowgreen = Color::rgb(0x9acd32)
staticconstexpr

Predefined color.