neoGFX
C++ GPU-oriented GUI library and app/game creation framework.
neogfx::colour Class Reference

#include <colour.hpp>

Classes

struct  matrix
 

Public Types

typedef uint32_t argb
 
typedef uint8_t component
 

Public Member Functions

 colour ()
 
 colour (argb aValue)
 
 colour (component aRed, component aGreen, component aBlue, component aAlpha=0xFF)
 
template<typename T >
 colour (T aRed, T aGreen, T aBlue, T aAlpha=static_cast< T >(0xFF), typename std::enable_if< std::is_integral< T >::value, void >::type *=nullptr)
 
 colour (const vec4 &aValue)
 
 colour (const vec4f &aValue)
 
 colour (const std::string &aTextValue)
 
argb value () const
 
component alpha () const
 
component red () const
 
component green () const
 
component blue () const
 
template<typename T >
alpha () const
 
template<typename T >
red () const
 
template<typename T >
green () const
 
template<typename T >
blue () const
 
colourset_alpha (component aNewValue)
 
colourset_red (component aNewValue)
 
colourset_green (component aNewValue)
 
colourset_blue (component aNewValue)
 
colour with_alpha (component aNewValue) const
 
colour with_red (component aNewValue) const
 
colour with_green (component aNewValue) const
 
colour with_blue (component aNewValue) const
 
colour with_combined_alpha (component aNewValue) const
 
colour with_combined_alpha (double aCoefficient) const
 
hsl_colour to_hsl () const
 
hsv_colour to_hsv () const
 
double brightness () const
 
double intensity () const
 
double luma () const
 
bool similar_intensity (const colour &aOther, double aThreshold=0.5)
 
colour mid (const colour &aOther) const
 
bool light (double aThreshold=0.50) const
 
bool dark (double aThreshold=0.50) const
 
colourlighten (component aDelta)
 
colourdarken (component aDelta)
 
colour lighter (component aDelta) const
 
colour darker (component aDelta) const
 
colour shade (component aDelta) const
 
colour monochrome () const
 
colour same_lightness_as (const colour &aOther) const
 
colour with_lightness (double aLightness) const
 
colour inverse () const
 
colouroperator+= (component aDelta)
 
colouroperator-= (component aDelta)
 
colour operator~ () const
 
bool operator== (const colour &aOther) const
 
bool operator!= (const colour &aOther) const
 
bool operator< (const colour &aOther) const
 
std::string to_string () const
 
std::string to_hex_string () const
 
vec4 to_vec4 () const
 
vec4f to_vec4f () const
 

Static Public Member Functions

static colour from_hsl (double aHue, double aSaturation, double aLightness, double aAlpha=1.0)
 
static colour from_hsv (double aHue, double aSaturation, double aValue, double aAlpha=1.0)
 
static std::optional< colourfrom_name (const std::string &aName)
 

Static Public Attributes

static const colour AliceBlue
 
static const colour AntiqueWhite
 
static const colour AntiqueWhite1
 
static const colour AntiqueWhite2
 
static const colour AntiqueWhite3
 
static const colour AntiqueWhite4
 
static const colour Aquamarine
 
static const colour Aquamarine1
 
static const colour Aquamarine2
 
static const colour Aquamarine3
 
static const colour Aquamarine4
 
static const colour Azure
 
static const colour Azure1
 
static const colour Azure2
 
static const colour Azure3
 
static const colour Azure4
 
static const colour Beige
 
static const colour Bisque
 
static const colour Bisque1
 
static const colour Bisque2
 
static const colour Bisque3
 
static const colour Bisque4
 
static const colour Black
 
static const colour BlanchedAlmond
 
static const colour Blue
 
static const colour Blue1
 
static const colour Blue2
 
static const colour Blue3
 
static const colour Blue4
 
static const colour BlueViolet
 
static const colour Brown
 
static const colour Brown1
 
static const colour Brown2
 
static const colour Brown3
 
static const colour Brown4
 
static const colour Burlywood
 
static const colour Burlywood1
 
static const colour Burlywood2
 
static const colour Burlywood3
 
static const colour Burlywood4
 
static const colour CadetBlue
 
static const colour CadetBlue1
 
static const colour CadetBlue2
 
static const colour CadetBlue3
 
static const colour CadetBlue4
 
static const colour Chartreuse
 
static const colour Chartreuse1
 
static const colour Chartreuse2
 
static const colour Chartreuse3
 
static const colour Chartreuse4
 
static const colour Chocolate
 
static const colour Chocolate1
 
static const colour Chocolate2
 
static const colour Chocolate3
 
static const colour Chocolate4
 
static const colour Coral
 
static const colour Coral1
 
static const colour Coral2
 
static const colour Coral3
 
static const colour Coral4
 
static const colour CornflowerBlue
 
static const colour Cornsilk
 
static const colour Cornsilk1
 
static const colour Cornsilk2
 
static const colour Cornsilk3
 
static const colour Cornsilk4
 
static const colour Cyan
 
static const colour Cyan1
 
static const colour Cyan2
 
static const colour Cyan3
 
static const colour Cyan4
 
static const colour DarkBlue
 
static const colour DarkCyan
 
static const colour DarkGoldenrod
 
static const colour DarkGoldenrod1
 
static const colour DarkGoldenrod2
 
static const colour DarkGoldenrod3
 
static const colour DarkGoldenrod4
 
static const colour DarkGray
 
static const colour DarkGreen
 
static const colour DarkGrey
 
static const colour DarkKhaki
 
static const colour DarkMagenta
 
static const colour DarkOliveGreen
 
static const colour DarkOliveGreen1
 
static const colour DarkOliveGreen2
 
static const colour DarkOliveGreen3
 
static const colour DarkOliveGreen4
 
static const colour DarkOrange
 
static const colour DarkOrange1
 
static const colour DarkOrange2
 
static const colour DarkOrange3
 
static const colour DarkOrange4
 
static const colour DarkOrchid
 
static const colour DarkOrchid1
 
static const colour DarkOrchid2
 
static const colour DarkOrchid3
 
static const colour DarkOrchid4
 
static const colour DarkRed
 
static const colour DarkSalmon
 
static const colour DarkSeaGreen
 
static const colour DarkSeaGreen1
 
static const colour DarkSeaGreen2
 
static const colour DarkSeaGreen3
 
static const colour DarkSeaGreen4
 
static const colour DarkSlateBlue
 
static const colour DarkSlateGray
 
static const colour DarkSlateGray1
 
static const colour DarkSlateGray2
 
static const colour DarkSlateGray3
 
static const colour DarkSlateGray4
 
static const colour DarkSlateGrey
 
static const colour DarkTurquoise
 
static const colour DarkViolet
 
static const colour DebianRed
 
static const colour DeepPink
 
static const colour DeepPink1
 
static const colour DeepPink2
 
static const colour DeepPink3
 
static const colour DeepPink4
 
static const colour DeepSkyBlue
 
static const colour DeepSkyBlue1
 
static const colour DeepSkyBlue2
 
static const colour DeepSkyBlue3
 
static const colour DeepSkyBlue4
 
static const colour DimGray
 
static const colour DimGrey
 
static const colour DodgerBlue
 
static const colour DodgerBlue1
 
static const colour DodgerBlue2
 
static const colour DodgerBlue3
 
static const colour DodgerBlue4
 
static const colour Firebrick
 
static const colour Firebrick1
 
static const colour Firebrick2
 
static const colour Firebrick3
 
static const colour Firebrick4
 
static const colour FloralWhite
 
static const colour ForestGreen
 
static const colour Gainsboro
 
static const colour GhostWhite
 
static const colour Gold
 
static const colour Gold1
 
static const colour Gold2
 
static const colour Gold3
 
static const colour Gold4
 
static const colour Goldenrod
 
static const colour Goldenrod1
 
static const colour Goldenrod2
 
static const colour Goldenrod3
 
static const colour Goldenrod4
 
static const colour Gray
 
static const colour Gray0
 
static const colour Gray1
 
static const colour Gray10
 
static const colour Gray100
 
static const colour Gray11
 
static const colour Gray12
 
static const colour Gray13
 
static const colour Gray14
 
static const colour Gray15
 
static const colour Gray16
 
static const colour Gray17
 
static const colour Gray18
 
static const colour Gray19
 
static const colour Gray2
 
static const colour Gray20
 
static const colour Gray21
 
static const colour Gray22
 
static const colour Gray23
 
static const colour Gray24
 
static const colour Gray25
 
static const colour Gray26
 
static const colour Gray27
 
static const colour Gray28
 
static const colour Gray29
 
static const colour Gray3
 
static const colour Gray30
 
static const colour Gray31
 
static const colour Gray32
 
static const colour Gray33
 
static const colour Gray34
 
static const colour Gray35
 
static const colour Gray36
 
static const colour Gray37
 
static const colour Gray38
 
static const colour Gray39
 
static const colour Gray4
 
static const colour Gray40
 
static const colour Gray41
 
static const colour Gray42
 
static const colour Gray43
 
static const colour Gray44
 
static const colour Gray45
 
static const colour Gray46
 
static const colour Gray47
 
static const colour Gray48
 
static const colour Gray49
 
static const colour Gray5
 
static const colour Gray50
 
static const colour Gray51
 
static const colour Gray52
 
static const colour Gray53
 
static const colour Gray54
 
static const colour Gray55
 
static const colour Gray56
 
static const colour Gray57
 
static const colour Gray58
 
static const colour Gray59
 
static const colour Gray6
 
static const colour Gray60
 
static const colour Gray61
 
static const colour Gray62
 
static const colour Gray63
 
static const colour Gray64
 
static const colour Gray65
 
static const colour Gray66
 
static const colour Gray67
 
static const colour Gray68
 
static const colour Gray69
 
static const colour Gray7
 
static const colour Gray70
 
static const colour Gray71
 
static const colour Gray72
 
static const colour Gray73
 
static const colour Gray74
 
static const colour Gray75
 
static const colour Gray76
 
static const colour Gray77
 
static const colour Gray78
 
static const colour Gray79
 
static const colour Gray8
 
static const colour Gray80
 
static const colour Gray81
 
static const colour Gray82
 
static const colour Gray83
 
static const colour Gray84
 
static const colour Gray85
 
static const colour Gray86
 
static const colour Gray87
 
static const colour Gray88
 
static const colour Gray89
 
static const colour Gray9
 
static const colour Gray90
 
static const colour Gray91
 
static const colour Gray92
 
static const colour Gray93
 
static const colour Gray94
 
static const colour Gray95
 
static const colour Gray96
 
static const colour Gray97
 
static const colour Gray98
 
static const colour Gray99
 
static const colour Green
 
static const colour Green1
 
static const colour Green2
 
static const colour Green3
 
static const colour Green4
 
static const colour GreenYellow
 
static const colour Grey
 
static const colour Grey0
 
static const colour Grey1
 
static const colour Grey10
 
static const colour Grey100
 
static const colour Grey11
 
static const colour Grey12
 
static const colour Grey13
 
static const colour Grey14
 
static const colour Grey15
 
static const colour Grey16
 
static const colour Grey17
 
static const colour Grey18
 
static const colour Grey19
 
static const colour Grey2
 
static const colour Grey20
 
static const colour Grey21
 
static const colour Grey22
 
static const colour Grey23
 
static const colour Grey24
 
static const colour Grey25
 
static const colour Grey26
 
static const colour Grey27
 
static const colour Grey28
 
static const colour Grey29
 
static const colour Grey3
 
static const colour Grey30
 
static const colour Grey31
 
static const colour Grey32
 
static const colour Grey33
 
static const colour Grey34
 
static const colour Grey35
 
static const colour Grey36
 
static const colour Grey37
 
static const colour Grey38
 
static const colour Grey39
 
static const colour Grey4
 
static const colour Grey40
 
static const colour Grey41
 
static const colour Grey42
 
static const colour Grey43
 
static const colour Grey44
 
static const colour Grey45
 
static const colour Grey46
 
static const colour Grey47
 
static const colour Grey48
 
static const colour Grey49
 
static const colour Grey5
 
static const colour Grey50
 
static const colour Grey51
 
static const colour Grey52
 
static const colour Grey53
 
static const colour Grey54
 
static const colour Grey55
 
static const colour Grey56
 
static const colour Grey57
 
static const colour Grey58
 
static const colour Grey59
 
static const colour Grey6
 
static const colour Grey60
 
static const colour Grey61
 
static const colour Grey62
 
static const colour Grey63
 
static const colour Grey64
 
static const colour Grey65
 
static const colour Grey66
 
static const colour Grey67
 
static const colour Grey68
 
static const colour Grey69
 
static const colour Grey7
 
static const colour Grey70
 
static const colour Grey71
 
static const colour Grey72
 
static const colour Grey73
 
static const colour Grey74
 
static const colour Grey75
 
static const colour Grey76
 
static const colour Grey77
 
static const colour Grey78
 
static const colour Grey79
 
static const colour Grey8
 
static const colour Grey80
 
static const colour Grey81
 
static const colour Grey82
 
static const colour Grey83
 
static const colour Grey84
 
static const colour Grey85
 
static const colour Grey86
 
static const colour Grey87
 
static const colour Grey88
 
static const colour Grey89
 
static const colour Grey9
 
static const colour Grey90
 
static const colour Grey91
 
static const colour Grey92
 
static const colour Grey93
 
static const colour Grey94
 
static const colour Grey95
 
static const colour Grey96
 
static const colour Grey97
 
static const colour Grey98
 
static const colour Grey99
 
static const colour Honeydew
 
static const colour Honeydew1
 
static const colour Honeydew2
 
static const colour Honeydew3
 
static const colour Honeydew4
 
static const colour HotPink
 
static const colour HotPink1
 
static const colour HotPink2
 
static const colour HotPink3
 
static const colour HotPink4
 
static const colour IndianRed
 
static const colour IndianRed1
 
static const colour IndianRed2
 
static const colour IndianRed3
 
static const colour IndianRed4
 
static const colour Ivory
 
static const colour Ivory1
 
static const colour Ivory2
 
static const colour Ivory3
 
static const colour Ivory4
 
static const colour Khaki
 
static const colour Khaki1
 
static const colour Khaki2
 
static const colour Khaki3
 
static const colour Khaki4
 
static const colour Lavender
 
static const colour LavenderBlush
 
static const colour LavenderBlush1
 
static const colour LavenderBlush2
 
static const colour LavenderBlush3
 
static const colour LavenderBlush4
 
static const colour LawnGreen
 
static const colour LemonChiffon
 
static const colour LemonChiffon1
 
static const colour LemonChiffon2
 
static const colour LemonChiffon3
 
static const colour LemonChiffon4
 
static const colour LightBlue
 
static const colour LightBlue1
 
static const colour LightBlue2
 
static const colour LightBlue3
 
static const colour LightBlue4
 
static const colour LightCoral
 
static const colour LightCyan
 
static const colour LightCyan1
 
static const colour LightCyan2
 
static const colour LightCyan3
 
static const colour LightCyan4
 
static const colour LightGoldenrod
 
static const colour LightGoldenrod1
 
static const colour LightGoldenrod2
 
static const colour LightGoldenrod3
 
static const colour LightGoldenrod4
 
static const colour LightGoldenrodYellow
 
static const colour LightGray
 
static const colour LightGreen
 
static const colour LightGrey
 
static const colour LightPink
 
static const colour LightPink1
 
static const colour LightPink2
 
static const colour LightPink3
 
static const colour LightPink4
 
static const colour LightSalmon
 
static const colour LightSalmon1
 
static const colour LightSalmon2
 
static const colour LightSalmon3
 
static const colour LightSalmon4
 
static const colour LightSeaGreen
 
static const colour LightSkyBlue
 
static const colour LightSkyBlue1
 
static const colour LightSkyBlue2
 
static const colour LightSkyBlue3
 
static const colour LightSkyBlue4
 
static const colour LightSlateBlue
 
static const colour LightSlateGray
 
static const colour LightSlateGrey
 
static const colour LightSteelBlue
 
static const colour LightSteelBlue1
 
static const colour LightSteelBlue2
 
static const colour LightSteelBlue3
 
static const colour LightSteelBlue4
 
static const colour LightYellow
 
static const colour LightYellow1
 
static const colour LightYellow2
 
static const colour LightYellow3
 
static const colour LightYellow4
 
static const colour LimeGreen
 
static const colour Linen
 
static const colour Magenta
 
static const colour Magenta1
 
static const colour Magenta2
 
static const colour Magenta3
 
static const colour Magenta4
 
static const colour Maroon
 
static const colour Maroon1
 
static const colour Maroon2
 
static const colour Maroon3
 
static const colour Maroon4
 
static const colour MediumAquamarine
 
static const colour MediumBlue
 
static const colour MediumOrchid
 
static const colour MediumOrchid1
 
static const colour MediumOrchid2
 
static const colour MediumOrchid3
 
static const colour MediumOrchid4
 
static const colour MediumPurple
 
static const colour MediumPurple1
 
static const colour MediumPurple2
 
static const colour MediumPurple3
 
static const colour MediumPurple4
 
static const colour MediumSeaGreen
 
static const colour MediumSlateBlue
 
static const colour MediumSpringGreen
 
static const colour MediumTurquoise
 
static const colour MediumVioletRed
 
static const colour MidnightBlue
 
static const colour MintCream
 
static const colour MistyRose
 
static const colour MistyRose1
 
static const colour MistyRose2
 
static const colour MistyRose3
 
static const colour MistyRose4
 
static const colour Moccasin
 
static const colour NavajoWhite
 
static const colour NavajoWhite1
 
static const colour NavajoWhite2
 
static const colour NavajoWhite3
 
static const colour NavajoWhite4
 
static const colour Navy
 
static const colour NavyBlue
 
static const colour OldLace
 
static const colour OliveDrab
 
static const colour OliveDrab1
 
static const colour OliveDrab2
 
static const colour OliveDrab3
 
static const colour OliveDrab4
 
static const colour Orange
 
static const colour Orange1
 
static const colour Orange2
 
static const colour Orange3
 
static const colour Orange4
 
static const colour OrangeRed
 
static const colour OrangeRed1
 
static const colour OrangeRed2
 
static const colour OrangeRed3
 
static const colour OrangeRed4
 
static const colour Orchid
 
static const colour Orchid1
 
static const colour Orchid2
 
static const colour Orchid3
 
static const colour Orchid4
 
static const colour PaleGoldenrod
 
static const colour PaleGreen
 
static const colour PaleGreen1
 
static const colour PaleGreen2
 
static const colour PaleGreen3
 
static const colour PaleGreen4
 
static const colour PaleTurquoise
 
static const colour PaleTurquoise1
 
static const colour PaleTurquoise2
 
static const colour PaleTurquoise3
 
static const colour PaleTurquoise4
 
static const colour PaleVioletRed
 
static const colour PaleVioletRed1
 
static const colour PaleVioletRed2
 
static const colour PaleVioletRed3
 
static const colour PaleVioletRed4
 
static const colour PapayaWhip
 
static const colour PeachPuff
 
static const colour PeachPuff1
 
static const colour PeachPuff2
 
static const colour PeachPuff3
 
static const colour PeachPuff4
 
static const colour Peru
 
static const colour Pink
 
static const colour Pink1
 
static const colour Pink2
 
static const colour Pink3
 
static const colour Pink4
 
static const colour Plum
 
static const colour Plum1
 
static const colour Plum2
 
static const colour Plum3
 
static const colour Plum4
 
static const colour PowderBlue
 
static const colour Purple
 
static const colour Purple1
 
static const colour Purple2
 
static const colour Purple3
 
static const colour Purple4
 
static const colour Red
 
static const colour Red1
 
static const colour Red2
 
static const colour Red3
 
static const colour Red4
 
static const colour RosyBrown
 
static const colour RosyBrown1
 
static const colour RosyBrown2
 
static const colour RosyBrown3
 
static const colour RosyBrown4
 
static const colour RoyalBlue
 
static const colour RoyalBlue1
 
static const colour RoyalBlue2
 
static const colour RoyalBlue3
 
static const colour RoyalBlue4
 
static const colour SaddleBrown
 
static const colour Salmon
 
static const colour Salmon1
 
static const colour Salmon2
 
static const colour Salmon3
 
static const colour Salmon4
 
static const colour SandyBrown
 
static const colour SeaGreen
 
static const colour SeaGreen1
 
static const colour SeaGreen2
 
static const colour SeaGreen3
 
static const colour SeaGreen4
 
static const colour Seashell
 
static const colour Seashell1
 
static const colour Seashell2
 
static const colour Seashell3
 
static const colour Seashell4
 
static const colour Sienna
 
static const colour Sienna1
 
static const colour Sienna2
 
static const colour Sienna3
 
static const colour Sienna4
 
static const colour SkyBlue
 
static const colour SkyBlue1
 
static const colour SkyBlue2
 
static const colour SkyBlue3
 
static const colour SkyBlue4
 
static const colour SlateBlue
 
static const colour SlateBlue1
 
static const colour SlateBlue2
 
static const colour SlateBlue3
 
static const colour SlateBlue4
 
static const colour SlateGray
 
static const colour SlateGray1
 
static const colour SlateGray2
 
static const colour SlateGray3
 
static const colour SlateGray4
 
static const colour SlateGrey
 
static const colour Snow
 
static const colour Snow1
 
static const colour Snow2
 
static const colour Snow3
 
static const colour Snow4
 
static const colour SpringGreen
 
static const colour SpringGreen1
 
static const colour SpringGreen2
 
static const colour SpringGreen3
 
static const colour SpringGreen4
 
static const colour SteelBlue
 
static const colour SteelBlue1
 
static const colour SteelBlue2
 
static const colour SteelBlue3
 
static const colour SteelBlue4
 
static const colour Tan
 
static const colour Tan1
 
static const colour Tan2
 
static const colour Tan3
 
static const colour Tan4
 
static const colour Thistle
 
static const colour Thistle1
 
static const colour Thistle2
 
static const colour Thistle3
 
static const colour Thistle4
 
static const colour Tomato
 
static const colour Tomato1
 
static const colour Tomato2
 
static const colour Tomato3
 
static const colour Tomato4
 
static const colour Turquoise
 
static const colour Turquoise1
 
static const colour Turquoise2
 
static const colour Turquoise3
 
static const colour Turquoise4
 
static const colour Violet
 
static const colour VioletRed
 
static const colour VioletRed1
 
static const colour VioletRed2
 
static const colour VioletRed3
 
static const colour VioletRed4
 
static const colour Wheat
 
static const colour Wheat1
 
static const colour Wheat2
 
static const colour Wheat3
 
static const colour Wheat4
 
static const colour White
 
static const colour WhiteSmoke
 
static const colour Yellow
 
static const colour Yellow1
 
static const colour Yellow2
 
static const colour Yellow3
 
static const colour Yellow4
 
static const colour YellowGreen
 
static const component MinComponetValue = 0x00
 
static const component MaxComponetValue = 0xFF
 

Detailed Description

Definition at line 31 of file colour.hpp.

Member Typedef Documentation

◆ argb

typedef uint32_t neogfx::colour::argb

Definition at line 35 of file colour.hpp.

◆ component

typedef uint8_t neogfx::colour::component

Definition at line 36 of file colour.hpp.

Constructor & Destructor Documentation

◆ colour() [1/7]

neogfx::colour::colour ( )

◆ colour() [2/7]

neogfx::colour::colour ( argb  aValue)
explicit

◆ colour() [3/7]

neogfx::colour::colour ( component  aRed,
component  aGreen,
component  aBlue,
component  aAlpha = 0xFF 
)

◆ colour() [4/7]

template<typename T >
neogfx::colour::colour ( aRed,
aGreen,
aBlue,
aAlpha = static_cast<T>(0xFF),
typename std::enable_if< std::is_integral< T >::value, void >::type *  = nullptr 
)
inline

Definition at line 715 of file colour.hpp.

◆ colour() [5/7]

neogfx::colour::colour ( const vec4 aValue)

◆ colour() [6/7]

neogfx::colour::colour ( const vec4f aValue)

◆ colour() [7/7]

neogfx::colour::colour ( const std::string &  aTextValue)

Member Function Documentation

◆ alpha() [1/2]

component neogfx::colour::alpha ( ) const

◆ alpha() [2/2]

template<typename T >
T neogfx::colour::alpha ( ) const
inline

Definition at line 733 of file colour.hpp.

◆ blue() [1/2]

component neogfx::colour::blue ( ) const

◆ blue() [2/2]

template<typename T >
T neogfx::colour::blue ( ) const
inline

Definition at line 739 of file colour.hpp.

◆ brightness()

double neogfx::colour::brightness ( ) const

◆ dark()

bool neogfx::colour::dark ( double  aThreshold = 0.50) const

◆ darken()

colour& neogfx::colour::darken ( component  aDelta)

◆ darker()

colour neogfx::colour::darker ( component  aDelta) const

◆ from_hsl()

static colour neogfx::colour::from_hsl ( double  aHue,
double  aSaturation,
double  aLightness,
double  aAlpha = 1.0 
)
static

◆ from_hsv()

static colour neogfx::colour::from_hsv ( double  aHue,
double  aSaturation,
double  aValue,
double  aAlpha = 1.0 
)
static

◆ from_name()

static std::optional<colour> neogfx::colour::from_name ( const std::string &  aName)
static

◆ green() [1/2]

component neogfx::colour::green ( ) const

◆ green() [2/2]

template<typename T >
T neogfx::colour::green ( ) const
inline

Definition at line 737 of file colour.hpp.

◆ intensity()

double neogfx::colour::intensity ( ) const

◆ inverse()

colour neogfx::colour::inverse ( ) const

◆ light()

bool neogfx::colour::light ( double  aThreshold = 0.50) const

◆ lighten()

colour& neogfx::colour::lighten ( component  aDelta)

◆ lighter()

colour neogfx::colour::lighter ( component  aDelta) const

◆ luma()

double neogfx::colour::luma ( ) const

◆ mid()

colour neogfx::colour::mid ( const colour aOther) const

◆ monochrome()

colour neogfx::colour::monochrome ( ) const

◆ operator!=()

bool neogfx::colour::operator!= ( const colour aOther) const

◆ operator+=()

colour& neogfx::colour::operator+= ( component  aDelta)

◆ operator-=()

colour& neogfx::colour::operator-= ( component  aDelta)

◆ operator<()

bool neogfx::colour::operator< ( const colour aOther) const

◆ operator==()

bool neogfx::colour::operator== ( const colour aOther) const

◆ operator~()

colour neogfx::colour::operator~ ( ) const

◆ red() [1/2]

component neogfx::colour::red ( ) const

◆ red() [2/2]

template<typename T >
T neogfx::colour::red ( ) const
inline

Definition at line 735 of file colour.hpp.

◆ same_lightness_as()

colour neogfx::colour::same_lightness_as ( const colour aOther) const

◆ set_alpha()

colour& neogfx::colour::set_alpha ( component  aNewValue)

◆ set_blue()

colour& neogfx::colour::set_blue ( component  aNewValue)

◆ set_green()

colour& neogfx::colour::set_green ( component  aNewValue)

◆ set_red()

colour& neogfx::colour::set_red ( component  aNewValue)

◆ shade()

colour neogfx::colour::shade ( component  aDelta) const

◆ similar_intensity()

bool neogfx::colour::similar_intensity ( const colour aOther,
double  aThreshold = 0.5 
)

◆ to_hex_string()

std::string neogfx::colour::to_hex_string ( ) const

◆ to_hsl()

hsl_colour neogfx::colour::to_hsl ( ) const

◆ to_hsv()

hsv_colour neogfx::colour::to_hsv ( ) const

◆ to_string()

std::string neogfx::colour::to_string ( ) const

◆ to_vec4()

vec4 neogfx::colour::to_vec4 ( ) const

◆ to_vec4f()

vec4f neogfx::colour::to_vec4f ( ) const

◆ value()

argb neogfx::colour::value ( ) const

◆ with_alpha()

colour neogfx::colour::with_alpha ( component  aNewValue) const

◆ with_blue()

colour neogfx::colour::with_blue ( component  aNewValue) const

◆ with_combined_alpha() [1/2]

colour neogfx::colour::with_combined_alpha ( component  aNewValue) const

◆ with_combined_alpha() [2/2]

colour neogfx::colour::with_combined_alpha ( double  aCoefficient) const

◆ with_green()

colour neogfx::colour::with_green ( component  aNewValue) const

◆ with_lightness()

colour neogfx::colour::with_lightness ( double  aLightness) const

◆ with_red()

colour neogfx::colour::with_red ( component  aNewValue) const

Member Data Documentation

◆ AliceBlue

const colour neogfx::colour::AliceBlue
static

Definition at line 43 of file colour.hpp.

◆ AntiqueWhite

const colour neogfx::colour::AntiqueWhite
static

Definition at line 44 of file colour.hpp.

◆ AntiqueWhite1

const colour neogfx::colour::AntiqueWhite1
static

Definition at line 45 of file colour.hpp.

◆ AntiqueWhite2

const colour neogfx::colour::AntiqueWhite2
static

Definition at line 46 of file colour.hpp.

◆ AntiqueWhite3

const colour neogfx::colour::AntiqueWhite3
static

Definition at line 47 of file colour.hpp.

◆ AntiqueWhite4

const colour neogfx::colour::AntiqueWhite4
static

Definition at line 48 of file colour.hpp.

◆ Aquamarine

const colour neogfx::colour::Aquamarine
static

Definition at line 49 of file colour.hpp.

◆ Aquamarine1

const colour neogfx::colour::Aquamarine1
static

Definition at line 50 of file colour.hpp.

◆ Aquamarine2

const colour neogfx::colour::Aquamarine2
static

Definition at line 51 of file colour.hpp.

◆ Aquamarine3

const colour neogfx::colour::Aquamarine3
static

Definition at line 52 of file colour.hpp.

◆ Aquamarine4

const colour neogfx::colour::Aquamarine4
static

Definition at line 53 of file colour.hpp.

◆ Azure

const colour neogfx::colour::Azure
static

Definition at line 54 of file colour.hpp.

◆ Azure1

const colour neogfx::colour::Azure1
static

Definition at line 55 of file colour.hpp.

◆ Azure2

const colour neogfx::colour::Azure2
static

Definition at line 56 of file colour.hpp.

◆ Azure3

const colour neogfx::colour::Azure3
static

Definition at line 57 of file colour.hpp.

◆ Azure4

const colour neogfx::colour::Azure4
static

Definition at line 58 of file colour.hpp.

◆ Beige

const colour neogfx::colour::Beige
static

Definition at line 59 of file colour.hpp.

◆ Bisque

const colour neogfx::colour::Bisque
static

Definition at line 60 of file colour.hpp.

◆ Bisque1

const colour neogfx::colour::Bisque1
static

Definition at line 61 of file colour.hpp.

◆ Bisque2

const colour neogfx::colour::Bisque2
static

Definition at line 62 of file colour.hpp.

◆ Bisque3

const colour neogfx::colour::Bisque3
static

Definition at line 63 of file colour.hpp.

◆ Bisque4

const colour neogfx::colour::Bisque4
static

Definition at line 64 of file colour.hpp.

◆ Black

const colour neogfx::colour::Black
static

Definition at line 65 of file colour.hpp.

◆ BlanchedAlmond

const colour neogfx::colour::BlanchedAlmond
static

Definition at line 66 of file colour.hpp.

◆ Blue

const colour neogfx::colour::Blue
static

Definition at line 67 of file colour.hpp.

◆ Blue1

const colour neogfx::colour::Blue1
static

Definition at line 68 of file colour.hpp.

◆ Blue2

const colour neogfx::colour::Blue2
static

Definition at line 69 of file colour.hpp.

◆ Blue3

const colour neogfx::colour::Blue3
static

Definition at line 70 of file colour.hpp.

◆ Blue4

const colour neogfx::colour::Blue4
static

Definition at line 71 of file colour.hpp.

◆ BlueViolet

const colour neogfx::colour::BlueViolet
static

Definition at line 72 of file colour.hpp.

◆ Brown

const colour neogfx::colour::Brown
static

Definition at line 73 of file colour.hpp.

◆ Brown1

const colour neogfx::colour::Brown1
static

Definition at line 74 of file colour.hpp.

◆ Brown2

const colour neogfx::colour::Brown2
static

Definition at line 75 of file colour.hpp.

◆ Brown3

const colour neogfx::colour::Brown3
static

Definition at line 76 of file colour.hpp.

◆ Brown4

const colour neogfx::colour::Brown4
static

Definition at line 77 of file colour.hpp.

◆ Burlywood

const colour neogfx::colour::Burlywood
static

Definition at line 78 of file colour.hpp.

◆ Burlywood1

const colour neogfx::colour::Burlywood1
static

Definition at line 79 of file colour.hpp.

◆ Burlywood2

const colour neogfx::colour::Burlywood2
static

Definition at line 80 of file colour.hpp.

◆ Burlywood3

const colour neogfx::colour::Burlywood3
static

Definition at line 81 of file colour.hpp.

◆ Burlywood4

const colour neogfx::colour::Burlywood4
static

Definition at line 82 of file colour.hpp.

◆ CadetBlue

const colour neogfx::colour::CadetBlue
static

Definition at line 83 of file colour.hpp.

◆ CadetBlue1

const colour neogfx::colour::CadetBlue1
static

Definition at line 84 of file colour.hpp.

◆ CadetBlue2

const colour neogfx::colour::CadetBlue2
static

Definition at line 85 of file colour.hpp.

◆ CadetBlue3

const colour neogfx::colour::CadetBlue3
static

Definition at line 86 of file colour.hpp.

◆ CadetBlue4

const colour neogfx::colour::CadetBlue4
static

Definition at line 87 of file colour.hpp.

◆ Chartreuse

const colour neogfx::colour::Chartreuse
static

Definition at line 88 of file colour.hpp.

◆ Chartreuse1

const colour neogfx::colour::Chartreuse1
static

Definition at line 89 of file colour.hpp.

◆ Chartreuse2

const colour neogfx::colour::Chartreuse2
static

Definition at line 90 of file colour.hpp.

◆ Chartreuse3

const colour neogfx::colour::Chartreuse3
static

Definition at line 91 of file colour.hpp.

◆ Chartreuse4

const colour neogfx::colour::Chartreuse4
static

Definition at line 92 of file colour.hpp.

◆ Chocolate

const colour neogfx::colour::Chocolate
static

Definition at line 93 of file colour.hpp.

◆ Chocolate1

const colour neogfx::colour::Chocolate1
static

Definition at line 94 of file colour.hpp.

◆ Chocolate2

const colour neogfx::colour::Chocolate2
static

Definition at line 95 of file colour.hpp.

◆ Chocolate3

const colour neogfx::colour::Chocolate3
static

Definition at line 96 of file colour.hpp.

◆ Chocolate4

const colour neogfx::colour::Chocolate4
static

Definition at line 97 of file colour.hpp.

◆ Coral

const colour neogfx::colour::Coral
static

Definition at line 98 of file colour.hpp.

◆ Coral1

const colour neogfx::colour::Coral1
static

Definition at line 99 of file colour.hpp.

◆ Coral2

const colour neogfx::colour::Coral2
static

Definition at line 100 of file colour.hpp.

◆ Coral3

const colour neogfx::colour::Coral3
static

Definition at line 101 of file colour.hpp.

◆ Coral4

const colour neogfx::colour::Coral4
static

Definition at line 102 of file colour.hpp.

◆ CornflowerBlue

const colour neogfx::colour::CornflowerBlue
static

Definition at line 103 of file colour.hpp.

◆ Cornsilk

const colour neogfx::colour::Cornsilk
static

Definition at line 104 of file colour.hpp.

◆ Cornsilk1

const colour neogfx::colour::Cornsilk1
static

Definition at line 105 of file colour.hpp.

◆ Cornsilk2

const colour neogfx::colour::Cornsilk2
static

Definition at line 106 of file colour.hpp.

◆ Cornsilk3

const colour neogfx::colour::Cornsilk3
static

Definition at line 107 of file colour.hpp.

◆ Cornsilk4

const colour neogfx::colour::Cornsilk4
static

Definition at line 108 of file colour.hpp.

◆ Cyan

const colour neogfx::colour::Cyan
static

Definition at line 109 of file colour.hpp.

◆ Cyan1

const colour neogfx::colour::Cyan1
static

Definition at line 110 of file colour.hpp.

◆ Cyan2

const colour neogfx::colour::Cyan2
static

Definition at line 111 of file colour.hpp.

◆ Cyan3

const colour neogfx::colour::Cyan3
static

Definition at line 112 of file colour.hpp.

◆ Cyan4

const colour neogfx::colour::Cyan4
static

Definition at line 113 of file colour.hpp.

◆ DarkBlue

const colour neogfx::colour::DarkBlue
static

Definition at line 114 of file colour.hpp.

◆ DarkCyan

const colour neogfx::colour::DarkCyan
static

Definition at line 115 of file colour.hpp.

◆ DarkGoldenrod

const colour neogfx::colour::DarkGoldenrod
static

Definition at line 116 of file colour.hpp.

◆ DarkGoldenrod1

const colour neogfx::colour::DarkGoldenrod1
static

Definition at line 117 of file colour.hpp.

◆ DarkGoldenrod2

const colour neogfx::colour::DarkGoldenrod2
static

Definition at line 118 of file colour.hpp.

◆ DarkGoldenrod3

const colour neogfx::colour::DarkGoldenrod3
static

Definition at line 119 of file colour.hpp.

◆ DarkGoldenrod4

const colour neogfx::colour::DarkGoldenrod4
static

Definition at line 120 of file colour.hpp.

◆ DarkGray

const colour neogfx::colour::DarkGray
static

Definition at line 121 of file colour.hpp.

◆ DarkGreen

const colour neogfx::colour::DarkGreen
static

Definition at line 122 of file colour.hpp.

◆ DarkGrey

const colour neogfx::colour::DarkGrey
static

Definition at line 123 of file colour.hpp.

◆ DarkKhaki

const colour neogfx::colour::DarkKhaki
static

Definition at line 124 of file colour.hpp.

◆ DarkMagenta

const colour neogfx::colour::DarkMagenta
static

Definition at line 125 of file colour.hpp.

◆ DarkOliveGreen

const colour neogfx::colour::DarkOliveGreen
static

Definition at line 126 of file colour.hpp.

◆ DarkOliveGreen1

const colour neogfx::colour::DarkOliveGreen1
static

Definition at line 127 of file colour.hpp.

◆ DarkOliveGreen2

const colour neogfx::colour::DarkOliveGreen2
static

Definition at line 128 of file colour.hpp.

◆ DarkOliveGreen3

const colour neogfx::colour::DarkOliveGreen3
static

Definition at line 129 of file colour.hpp.

◆ DarkOliveGreen4

const colour neogfx::colour::DarkOliveGreen4
static

Definition at line 130 of file colour.hpp.

◆ DarkOrange

const colour neogfx::colour::DarkOrange
static

Definition at line 131 of file colour.hpp.

◆ DarkOrange1

const colour neogfx::colour::DarkOrange1
static

Definition at line 132 of file colour.hpp.

◆ DarkOrange2

const colour neogfx::colour::DarkOrange2
static

Definition at line 133 of file colour.hpp.

◆ DarkOrange3

const colour neogfx::colour::DarkOrange3
static

Definition at line 134 of file colour.hpp.

◆ DarkOrange4

const colour neogfx::colour::DarkOrange4
static

Definition at line 135 of file colour.hpp.

◆ DarkOrchid

const colour neogfx::colour::DarkOrchid
static

Definition at line 136 of file colour.hpp.

◆ DarkOrchid1

const colour neogfx::colour::DarkOrchid1
static

Definition at line 137 of file colour.hpp.

◆ DarkOrchid2

const colour neogfx::colour::DarkOrchid2
static

Definition at line 138 of file colour.hpp.

◆ DarkOrchid3

const colour neogfx::colour::DarkOrchid3
static

Definition at line 139 of file colour.hpp.

◆ DarkOrchid4

const colour neogfx::colour::DarkOrchid4
static

Definition at line 140 of file colour.hpp.

◆ DarkRed

const colour neogfx::colour::DarkRed
static

Definition at line 141 of file colour.hpp.

◆ DarkSalmon

const colour neogfx::colour::DarkSalmon
static

Definition at line 142 of file colour.hpp.

◆ DarkSeaGreen

const colour neogfx::colour::DarkSeaGreen
static

Definition at line 143 of file colour.hpp.

◆ DarkSeaGreen1

const colour neogfx::colour::DarkSeaGreen1
static

Definition at line 144 of file colour.hpp.

◆ DarkSeaGreen2

const colour neogfx::colour::DarkSeaGreen2
static

Definition at line 145 of file colour.hpp.

◆ DarkSeaGreen3

const colour neogfx::colour::DarkSeaGreen3
static

Definition at line 146 of file colour.hpp.

◆ DarkSeaGreen4

const colour neogfx::colour::DarkSeaGreen4
static

Definition at line 147 of file colour.hpp.

◆ DarkSlateBlue

const colour neogfx::colour::DarkSlateBlue
static

Definition at line 148 of file colour.hpp.

◆ DarkSlateGray

const colour neogfx::colour::DarkSlateGray
static

Definition at line 149 of file colour.hpp.

◆ DarkSlateGray1

const colour neogfx::colour::DarkSlateGray1
static

Definition at line 150 of file colour.hpp.

◆ DarkSlateGray2

const colour neogfx::colour::DarkSlateGray2
static

Definition at line 151 of file colour.hpp.

◆ DarkSlateGray3

const colour neogfx::colour::DarkSlateGray3
static

Definition at line 152 of file colour.hpp.

◆ DarkSlateGray4

const colour neogfx::colour::DarkSlateGray4
static

Definition at line 153 of file colour.hpp.

◆ DarkSlateGrey

const colour neogfx::colour::DarkSlateGrey
static

Definition at line 154 of file colour.hpp.

◆ DarkTurquoise

const colour neogfx::colour::DarkTurquoise
static

Definition at line 155 of file colour.hpp.

◆ DarkViolet

const colour neogfx::colour::DarkViolet
static

Definition at line 156 of file colour.hpp.

◆ DebianRed

const colour neogfx::colour::DebianRed
static

Definition at line 157 of file colour.hpp.

◆ DeepPink

const colour neogfx::colour::DeepPink
static

Definition at line 158 of file colour.hpp.

◆ DeepPink1

const colour neogfx::colour::DeepPink1
static

Definition at line 159 of file colour.hpp.

◆ DeepPink2

const colour neogfx::colour::DeepPink2
static

Definition at line 160 of file colour.hpp.

◆ DeepPink3

const colour neogfx::colour::DeepPink3
static

Definition at line 161 of file colour.hpp.

◆ DeepPink4

const colour neogfx::colour::DeepPink4
static

Definition at line 162 of file colour.hpp.

◆ DeepSkyBlue

const colour neogfx::colour::DeepSkyBlue
static

Definition at line 163 of file colour.hpp.

◆ DeepSkyBlue1

const colour neogfx::colour::DeepSkyBlue1
static

Definition at line 164 of file colour.hpp.

◆ DeepSkyBlue2

const colour neogfx::colour::DeepSkyBlue2
static

Definition at line 165 of file colour.hpp.

◆ DeepSkyBlue3

const colour neogfx::colour::DeepSkyBlue3
static

Definition at line 166 of file colour.hpp.

◆ DeepSkyBlue4

const colour neogfx::colour::DeepSkyBlue4
static

Definition at line 167 of file colour.hpp.

◆ DimGray

const colour neogfx::colour::DimGray
static

Definition at line 168 of file colour.hpp.

◆ DimGrey

const colour neogfx::colour::DimGrey
static

Definition at line 169 of file colour.hpp.

◆ DodgerBlue

const colour neogfx::colour::DodgerBlue
static

Definition at line 170 of file colour.hpp.

◆ DodgerBlue1

const colour neogfx::colour::DodgerBlue1
static

Definition at line 171 of file colour.hpp.

◆ DodgerBlue2

const colour neogfx::colour::DodgerBlue2
static

Definition at line 172 of file colour.hpp.

◆ DodgerBlue3

const colour neogfx::colour::DodgerBlue3
static

Definition at line 173 of file colour.hpp.

◆ DodgerBlue4

const colour neogfx::colour::DodgerBlue4
static

Definition at line 174 of file colour.hpp.

◆ Firebrick

const colour neogfx::colour::Firebrick
static

Definition at line 175 of file colour.hpp.

◆ Firebrick1

const colour neogfx::colour::Firebrick1
static

Definition at line 176 of file colour.hpp.

◆ Firebrick2

const colour neogfx::colour::Firebrick2
static

Definition at line 177 of file colour.hpp.

◆ Firebrick3

const colour neogfx::colour::Firebrick3
static

Definition at line 178 of file colour.hpp.

◆ Firebrick4

const colour neogfx::colour::Firebrick4
static

Definition at line 179 of file colour.hpp.

◆ FloralWhite

const colour neogfx::colour::FloralWhite
static

Definition at line 180 of file colour.hpp.

◆ ForestGreen

const colour neogfx::colour::ForestGreen
static

Definition at line 181 of file colour.hpp.

◆ Gainsboro

const colour neogfx::colour::Gainsboro
static

Definition at line 182 of file colour.hpp.

◆ GhostWhite

const colour neogfx::colour::GhostWhite
static

Definition at line 183 of file colour.hpp.

◆ Gold

const colour neogfx::colour::Gold
static

Definition at line 184 of file colour.hpp.

◆ Gold1

const colour neogfx::colour::Gold1
static

Definition at line 185 of file colour.hpp.

◆ Gold2

const colour neogfx::colour::Gold2
static

Definition at line 186 of file colour.hpp.

◆ Gold3

const colour neogfx::colour::Gold3
static

Definition at line 187 of file colour.hpp.

◆ Gold4

const colour neogfx::colour::Gold4
static

Definition at line 188 of file colour.hpp.

◆ Goldenrod

const colour neogfx::colour::Goldenrod
static

Definition at line 189 of file colour.hpp.

◆ Goldenrod1

const colour neogfx::colour::Goldenrod1
static

Definition at line 190 of file colour.hpp.

◆ Goldenrod2

const colour neogfx::colour::Goldenrod2
static

Definition at line 191 of file colour.hpp.

◆ Goldenrod3

const colour neogfx::colour::Goldenrod3
static

Definition at line 192 of file colour.hpp.

◆ Goldenrod4

const colour neogfx::colour::Goldenrod4
static

Definition at line 193 of file colour.hpp.

◆ Gray

const colour neogfx::colour::Gray
static

Definition at line 194 of file colour.hpp.

◆ Gray0

const colour neogfx::colour::Gray0
static

Definition at line 195 of file colour.hpp.

◆ Gray1

const colour neogfx::colour::Gray1
static

Definition at line 196 of file colour.hpp.

◆ Gray10

const colour neogfx::colour::Gray10
static

Definition at line 197 of file colour.hpp.

◆ Gray100

const colour neogfx::colour::Gray100
static

Definition at line 198 of file colour.hpp.

◆ Gray11

const colour neogfx::colour::Gray11
static

Definition at line 199 of file colour.hpp.

◆ Gray12

const colour neogfx::colour::Gray12
static

Definition at line 200 of file colour.hpp.

◆ Gray13

const colour neogfx::colour::Gray13
static

Definition at line 201 of file colour.hpp.

◆ Gray14

const colour neogfx::colour::Gray14
static

Definition at line 202 of file colour.hpp.

◆ Gray15

const colour neogfx::colour::Gray15
static

Definition at line 203 of file colour.hpp.

◆ Gray16

const colour neogfx::colour::Gray16
static

Definition at line 204 of file colour.hpp.

◆ Gray17

const colour neogfx::colour::Gray17
static

Definition at line 205 of file colour.hpp.

◆ Gray18

const colour neogfx::colour::Gray18
static

Definition at line 206 of file colour.hpp.

◆ Gray19

const colour neogfx::colour::Gray19
static

Definition at line 207 of file colour.hpp.

◆ Gray2

const colour neogfx::colour::Gray2
static

Definition at line 208 of file colour.hpp.

◆ Gray20

const colour neogfx::colour::Gray20
static

Definition at line 209 of file colour.hpp.

◆ Gray21

const colour neogfx::colour::Gray21
static

Definition at line 210 of file colour.hpp.

◆ Gray22

const colour neogfx::colour::Gray22
static

Definition at line 211 of file colour.hpp.

◆ Gray23

const colour neogfx::colour::Gray23
static

Definition at line 212 of file colour.hpp.

◆ Gray24

const colour neogfx::colour::Gray24
static

Definition at line 213 of file colour.hpp.

◆ Gray25

const colour neogfx::colour::Gray25
static

Definition at line 214 of file colour.hpp.

◆ Gray26

const colour neogfx::colour::Gray26
static

Definition at line 215 of file colour.hpp.

◆ Gray27

const colour neogfx::colour::Gray27
static

Definition at line 216 of file colour.hpp.

◆ Gray28

const colour neogfx::colour::Gray28
static

Definition at line 217 of file colour.hpp.

◆ Gray29

const colour neogfx::colour::Gray29
static

Definition at line 218 of file colour.hpp.

◆ Gray3

const colour neogfx::colour::Gray3
static

Definition at line 219 of file colour.hpp.

◆ Gray30

const colour neogfx::colour::Gray30
static

Definition at line 220 of file colour.hpp.

◆ Gray31

const colour neogfx::colour::Gray31
static

Definition at line 221 of file colour.hpp.

◆ Gray32

const colour neogfx::colour::Gray32
static

Definition at line 222 of file colour.hpp.

◆ Gray33

const colour neogfx::colour::Gray33
static

Definition at line 223 of file colour.hpp.

◆ Gray34

const colour neogfx::colour::Gray34
static

Definition at line 224 of file colour.hpp.

◆ Gray35

const colour neogfx::colour::Gray35
static

Definition at line 225 of file colour.hpp.

◆ Gray36

const colour neogfx::colour::Gray36
static

Definition at line 226 of file colour.hpp.

◆ Gray37

const colour neogfx::colour::Gray37
static

Definition at line 227 of file colour.hpp.

◆ Gray38

const colour neogfx::colour::Gray38
static

Definition at line 228 of file colour.hpp.

◆ Gray39

const colour neogfx::colour::Gray39
static

Definition at line 229 of file colour.hpp.

◆ Gray4

const colour neogfx::colour::Gray4
static

Definition at line 230 of file colour.hpp.

◆ Gray40

const colour neogfx::colour::Gray40
static

Definition at line 231 of file colour.hpp.

◆ Gray41

const colour neogfx::colour::Gray41
static

Definition at line 232 of file colour.hpp.

◆ Gray42

const colour neogfx::colour::Gray42
static

Definition at line 233 of file colour.hpp.

◆ Gray43

const colour neogfx::colour::Gray43
static

Definition at line 234 of file colour.hpp.

◆ Gray44

const colour neogfx::colour::Gray44
static

Definition at line 235 of file colour.hpp.

◆ Gray45

const colour neogfx::colour::Gray45
static

Definition at line 236 of file colour.hpp.

◆ Gray46

const colour neogfx::colour::Gray46
static

Definition at line 237 of file colour.hpp.

◆ Gray47

const colour neogfx::colour::Gray47
static

Definition at line 238 of file colour.hpp.

◆ Gray48

const colour neogfx::colour::Gray48
static

Definition at line 239 of file colour.hpp.

◆ Gray49

const colour neogfx::colour::Gray49
static

Definition at line 240 of file colour.hpp.

◆ Gray5

const colour neogfx::colour::Gray5
static

Definition at line 241 of file colour.hpp.

◆ Gray50

const colour neogfx::colour::Gray50
static

Definition at line 242 of file colour.hpp.

◆ Gray51

const colour neogfx::colour::Gray51
static

Definition at line 243 of file colour.hpp.

◆ Gray52

const colour neogfx::colour::Gray52
static

Definition at line 244 of file colour.hpp.

◆ Gray53

const colour neogfx::colour::Gray53
static

Definition at line 245 of file colour.hpp.

◆ Gray54

const colour neogfx::colour::Gray54
static

Definition at line 246 of file colour.hpp.

◆ Gray55

const colour neogfx::colour::Gray55
static

Definition at line 247 of file colour.hpp.

◆ Gray56

const colour neogfx::colour::Gray56
static

Definition at line 248 of file colour.hpp.

◆ Gray57

const colour neogfx::colour::Gray57
static

Definition at line 249 of file colour.hpp.

◆ Gray58

const colour neogfx::colour::Gray58
static

Definition at line 250 of file colour.hpp.

◆ Gray59

const colour neogfx::colour::Gray59
static

Definition at line 251 of file colour.hpp.

◆ Gray6

const colour neogfx::colour::Gray6
static

Definition at line 252 of file colour.hpp.

◆ Gray60

const colour neogfx::colour::Gray60
static

Definition at line 253 of file colour.hpp.

◆ Gray61

const colour neogfx::colour::Gray61
static

Definition at line 254 of file colour.hpp.

◆ Gray62

const colour neogfx::colour::Gray62
static

Definition at line 255 of file colour.hpp.

◆ Gray63

const colour neogfx::colour::Gray63
static

Definition at line 256 of file colour.hpp.

◆ Gray64

const colour neogfx::colour::Gray64
static

Definition at line 257 of file colour.hpp.

◆ Gray65

const colour neogfx::colour::Gray65
static

Definition at line 258 of file colour.hpp.

◆ Gray66

const colour neogfx::colour::Gray66
static

Definition at line 259 of file colour.hpp.

◆ Gray67

const colour neogfx::colour::Gray67
static

Definition at line 260 of file colour.hpp.

◆ Gray68

const colour neogfx::colour::Gray68
static

Definition at line 261 of file colour.hpp.

◆ Gray69

const colour neogfx::colour::Gray69
static

Definition at line 262 of file colour.hpp.

◆ Gray7

const colour neogfx::colour::Gray7
static

Definition at line 263 of file colour.hpp.

◆ Gray70

const colour neogfx::colour::Gray70
static

Definition at line 264 of file colour.hpp.

◆ Gray71

const colour neogfx::colour::Gray71
static

Definition at line 265 of file colour.hpp.

◆ Gray72

const colour neogfx::colour::Gray72
static

Definition at line 266 of file colour.hpp.

◆ Gray73

const colour neogfx::colour::Gray73
static

Definition at line 267 of file colour.hpp.

◆ Gray74

const colour neogfx::colour::Gray74
static

Definition at line 268 of file colour.hpp.

◆ Gray75

const colour neogfx::colour::Gray75
static

Definition at line 269 of file colour.hpp.

◆ Gray76

const colour neogfx::colour::Gray76
static

Definition at line 270 of file colour.hpp.

◆ Gray77

const colour neogfx::colour::Gray77
static

Definition at line 271 of file colour.hpp.

◆ Gray78

const colour neogfx::colour::Gray78
static

Definition at line 272 of file colour.hpp.

◆ Gray79

const colour neogfx::colour::Gray79
static

Definition at line 273 of file colour.hpp.

◆ Gray8

const colour neogfx::colour::Gray8
static

Definition at line 274 of file colour.hpp.

◆ Gray80

const colour neogfx::colour::Gray80
static

Definition at line 275 of file colour.hpp.

◆ Gray81

const colour neogfx::colour::Gray81
static

Definition at line 276 of file colour.hpp.

◆ Gray82

const colour neogfx::colour::Gray82
static

Definition at line 277 of file colour.hpp.

◆ Gray83

const colour neogfx::colour::Gray83
static

Definition at line 278 of file colour.hpp.

◆ Gray84

const colour neogfx::colour::Gray84
static

Definition at line 279 of file colour.hpp.

◆ Gray85

const colour neogfx::colour::Gray85
static

Definition at line 280 of file colour.hpp.

◆ Gray86

const colour neogfx::colour::Gray86
static

Definition at line 281 of file colour.hpp.

◆ Gray87

const colour neogfx::colour::Gray87
static

Definition at line 282 of file colour.hpp.

◆ Gray88

const colour neogfx::colour::Gray88
static

Definition at line 283 of file colour.hpp.

◆ Gray89

const colour neogfx::colour::Gray89
static

Definition at line 284 of file colour.hpp.

◆ Gray9

const colour neogfx::colour::Gray9
static

Definition at line 285 of file colour.hpp.

◆ Gray90

const colour neogfx::colour::Gray90
static

Definition at line 286 of file colour.hpp.

◆ Gray91

const colour neogfx::colour::Gray91
static

Definition at line 287 of file colour.hpp.

◆ Gray92

const colour neogfx::colour::Gray92
static

Definition at line 288 of file colour.hpp.

◆ Gray93

const colour neogfx::colour::Gray93
static

Definition at line 289 of file colour.hpp.

◆ Gray94

const colour neogfx::colour::Gray94
static

Definition at line 290 of file colour.hpp.

◆ Gray95

const colour neogfx::colour::Gray95
static

Definition at line 291 of file colour.hpp.

◆ Gray96

const colour neogfx::colour::Gray96
static

Definition at line 292 of file colour.hpp.

◆ Gray97

const colour neogfx::colour::Gray97
static

Definition at line 293 of file colour.hpp.

◆ Gray98

const colour neogfx::colour::Gray98
static

Definition at line 294 of file colour.hpp.

◆ Gray99

const colour neogfx::colour::Gray99
static

Definition at line 295 of file colour.hpp.

◆ Green

const colour neogfx::colour::Green
static

Definition at line 296 of file colour.hpp.

◆ Green1

const colour neogfx::colour::Green1
static

Definition at line 297 of file colour.hpp.

◆ Green2

const colour neogfx::colour::Green2
static

Definition at line 298 of file colour.hpp.

◆ Green3

const colour neogfx::colour::Green3
static

Definition at line 299 of file colour.hpp.

◆ Green4

const colour neogfx::colour::Green4
static

Definition at line 300 of file colour.hpp.

◆ GreenYellow

const colour neogfx::colour::GreenYellow
static

Definition at line 301 of file colour.hpp.

◆ Grey

const colour neogfx::colour::Grey
static

Definition at line 302 of file colour.hpp.

◆ Grey0

const colour neogfx::colour::Grey0
static

Definition at line 303 of file colour.hpp.

◆ Grey1

const colour neogfx::colour::Grey1
static

Definition at line 304 of file colour.hpp.

◆ Grey10

const colour neogfx::colour::Grey10
static

Definition at line 305 of file colour.hpp.

◆ Grey100

const colour neogfx::colour::Grey100
static

Definition at line 306 of file colour.hpp.

◆ Grey11

const colour neogfx::colour::Grey11
static

Definition at line 307 of file colour.hpp.

◆ Grey12

const colour neogfx::colour::Grey12
static

Definition at line 308 of file colour.hpp.

◆ Grey13

const colour neogfx::colour::Grey13
static

Definition at line 309 of file colour.hpp.

◆ Grey14

const colour neogfx::colour::Grey14
static

Definition at line 310 of file colour.hpp.

◆ Grey15

const colour neogfx::colour::Grey15
static

Definition at line 311 of file colour.hpp.

◆ Grey16

const colour neogfx::colour::Grey16
static

Definition at line 312 of file colour.hpp.

◆ Grey17

const colour neogfx::colour::Grey17
static

Definition at line 313 of file colour.hpp.

◆ Grey18

const colour neogfx::colour::Grey18
static

Definition at line 314 of file colour.hpp.

◆ Grey19

const colour neogfx::colour::Grey19
static

Definition at line 315 of file colour.hpp.

◆ Grey2

const colour neogfx::colour::Grey2
static

Definition at line 316 of file colour.hpp.

◆ Grey20

const colour neogfx::colour::Grey20
static

Definition at line 317 of file colour.hpp.

◆ Grey21

const colour neogfx::colour::Grey21
static

Definition at line 318 of file colour.hpp.

◆ Grey22

const colour neogfx::colour::Grey22
static

Definition at line 319 of file colour.hpp.

◆ Grey23

const colour neogfx::colour::Grey23
static

Definition at line 320 of file colour.hpp.

◆ Grey24

const colour neogfx::colour::Grey24
static

Definition at line 321 of file colour.hpp.

◆ Grey25

const colour neogfx::colour::Grey25
static

Definition at line 322 of file colour.hpp.

◆ Grey26

const colour neogfx::colour::Grey26
static

Definition at line 323 of file colour.hpp.

◆ Grey27

const colour neogfx::colour::Grey27
static

Definition at line 324 of file colour.hpp.

◆ Grey28

const colour neogfx::colour::Grey28
static

Definition at line 325 of file colour.hpp.

◆ Grey29

const colour neogfx::colour::Grey29
static

Definition at line 326 of file colour.hpp.

◆ Grey3

const colour neogfx::colour::Grey3
static

Definition at line 327 of file colour.hpp.

◆ Grey30

const colour neogfx::colour::Grey30
static

Definition at line 328 of file colour.hpp.

◆ Grey31

const colour neogfx::colour::Grey31
static

Definition at line 329 of file colour.hpp.

◆ Grey32

const colour neogfx::colour::Grey32
static

Definition at line 330 of file colour.hpp.

◆ Grey33

const colour neogfx::colour::Grey33
static

Definition at line 331 of file colour.hpp.

◆ Grey34

const colour neogfx::colour::Grey34
static

Definition at line 332 of file colour.hpp.

◆ Grey35

const colour neogfx::colour::Grey35
static

Definition at line 333 of file colour.hpp.

◆ Grey36

const colour neogfx::colour::Grey36
static

Definition at line 334 of file colour.hpp.

◆ Grey37

const colour neogfx::colour::Grey37
static

Definition at line 335 of file colour.hpp.

◆ Grey38

const colour neogfx::colour::Grey38
static

Definition at line 336 of file colour.hpp.

◆ Grey39

const colour neogfx::colour::Grey39
static

Definition at line 337 of file colour.hpp.

◆ Grey4

const colour neogfx::colour::Grey4
static

Definition at line 338 of file colour.hpp.

◆ Grey40

const colour neogfx::colour::Grey40
static

Definition at line 339 of file colour.hpp.

◆ Grey41

const colour neogfx::colour::Grey41
static

Definition at line 340 of file colour.hpp.

◆ Grey42

const colour neogfx::colour::Grey42
static

Definition at line 341 of file colour.hpp.

◆ Grey43

const colour neogfx::colour::Grey43
static

Definition at line 342 of file colour.hpp.

◆ Grey44

const colour neogfx::colour::Grey44
static

Definition at line 343 of file colour.hpp.

◆ Grey45

const colour neogfx::colour::Grey45
static

Definition at line 344 of file colour.hpp.

◆ Grey46

const colour neogfx::colour::Grey46
static

Definition at line 345 of file colour.hpp.

◆ Grey47

const colour neogfx::colour::Grey47
static

Definition at line 346 of file colour.hpp.

◆ Grey48

const colour neogfx::colour::Grey48
static

Definition at line 347 of file colour.hpp.

◆ Grey49

const colour neogfx::colour::Grey49
static

Definition at line 348 of file colour.hpp.

◆ Grey5

const colour neogfx::colour::Grey5
static

Definition at line 349 of file colour.hpp.

◆ Grey50

const colour neogfx::colour::Grey50
static

Definition at line 350 of file colour.hpp.

◆ Grey51

const colour neogfx::colour::Grey51
static

Definition at line 351 of file colour.hpp.

◆ Grey52

const colour neogfx::colour::Grey52
static

Definition at line 352 of file colour.hpp.

◆ Grey53

const colour neogfx::colour::Grey53
static

Definition at line 353 of file colour.hpp.

◆ Grey54

const colour neogfx::colour::Grey54
static

Definition at line 354 of file colour.hpp.

◆ Grey55

const colour neogfx::colour::Grey55
static

Definition at line 355 of file colour.hpp.

◆ Grey56

const colour neogfx::colour::Grey56
static

Definition at line 356 of file colour.hpp.

◆ Grey57

const colour neogfx::colour::Grey57
static

Definition at line 357 of file colour.hpp.

◆ Grey58

const colour neogfx::colour::Grey58
static

Definition at line 358 of file colour.hpp.

◆ Grey59

const colour neogfx::colour::Grey59
static

Definition at line 359 of file colour.hpp.

◆ Grey6

const colour neogfx::colour::Grey6
static

Definition at line 360 of file colour.hpp.

◆ Grey60

const colour neogfx::colour::Grey60
static

Definition at line 361 of file colour.hpp.

◆ Grey61

const colour neogfx::colour::Grey61
static

Definition at line 362 of file colour.hpp.

◆ Grey62

const colour neogfx::colour::Grey62
static

Definition at line 363 of file colour.hpp.

◆ Grey63

const colour neogfx::colour::Grey63
static

Definition at line 364 of file colour.hpp.

◆ Grey64

const colour neogfx::colour::Grey64
static

Definition at line 365 of file colour.hpp.

◆ Grey65

const colour neogfx::colour::Grey65
static

Definition at line 366 of file colour.hpp.

◆ Grey66

const colour neogfx::colour::Grey66
static

Definition at line 367 of file colour.hpp.

◆ Grey67

const colour neogfx::colour::Grey67
static

Definition at line 368 of file colour.hpp.

◆ Grey68

const colour neogfx::colour::Grey68
static

Definition at line 369 of file colour.hpp.

◆ Grey69

const colour neogfx::colour::Grey69
static

Definition at line 370 of file colour.hpp.

◆ Grey7

const colour neogfx::colour::Grey7
static

Definition at line 371 of file colour.hpp.

◆ Grey70

const colour neogfx::colour::Grey70
static

Definition at line 372 of file colour.hpp.

◆ Grey71

const colour neogfx::colour::Grey71
static

Definition at line 373 of file colour.hpp.

◆ Grey72

const colour neogfx::colour::Grey72
static

Definition at line 374 of file colour.hpp.

◆ Grey73

const colour neogfx::colour::Grey73
static

Definition at line 375 of file colour.hpp.

◆ Grey74

const colour neogfx::colour::Grey74
static

Definition at line 376 of file colour.hpp.

◆ Grey75

const colour neogfx::colour::Grey75
static

Definition at line 377 of file colour.hpp.

◆ Grey76

const colour neogfx::colour::Grey76
static

Definition at line 378 of file colour.hpp.

◆ Grey77

const colour neogfx::colour::Grey77
static

Definition at line 379 of file colour.hpp.

◆ Grey78

const colour neogfx::colour::Grey78
static

Definition at line 380 of file colour.hpp.

◆ Grey79

const colour neogfx::colour::Grey79
static

Definition at line 381 of file colour.hpp.

◆ Grey8

const colour neogfx::colour::Grey8
static

Definition at line 382 of file colour.hpp.

◆ Grey80

const colour neogfx::colour::Grey80
static

Definition at line 383 of file colour.hpp.

◆ Grey81

const colour neogfx::colour::Grey81
static

Definition at line 384 of file colour.hpp.

◆ Grey82

const colour neogfx::colour::Grey82
static

Definition at line 385 of file colour.hpp.

◆ Grey83

const colour neogfx::colour::Grey83
static

Definition at line 386 of file colour.hpp.

◆ Grey84

const colour neogfx::colour::Grey84
static

Definition at line 387 of file colour.hpp.

◆ Grey85

const colour neogfx::colour::Grey85
static

Definition at line 388 of file colour.hpp.

◆ Grey86

const colour neogfx::colour::Grey86
static

Definition at line 389 of file colour.hpp.

◆ Grey87

const colour neogfx::colour::Grey87
static

Definition at line 390 of file colour.hpp.

◆ Grey88

const colour neogfx::colour::Grey88
static

Definition at line 391 of file colour.hpp.

◆ Grey89

const colour neogfx::colour::Grey89
static

Definition at line 392 of file colour.hpp.

◆ Grey9

const colour neogfx::colour::Grey9
static

Definition at line 393 of file colour.hpp.

◆ Grey90

const colour neogfx::colour::Grey90
static

Definition at line 394 of file colour.hpp.

◆ Grey91

const colour neogfx::colour::Grey91
static

Definition at line 395 of file colour.hpp.

◆ Grey92

const colour neogfx::colour::Grey92
static

Definition at line 396 of file colour.hpp.

◆ Grey93

const colour neogfx::colour::Grey93
static

Definition at line 397 of file colour.hpp.

◆ Grey94

const colour neogfx::colour::Grey94
static

Definition at line 398 of file colour.hpp.

◆ Grey95

const colour neogfx::colour::Grey95
static

Definition at line 399 of file colour.hpp.

◆ Grey96

const colour neogfx::colour::Grey96
static

Definition at line 400 of file colour.hpp.

◆ Grey97

const colour neogfx::colour::Grey97
static

Definition at line 401 of file colour.hpp.

◆ Grey98

const colour neogfx::colour::Grey98
static

Definition at line 402 of file colour.hpp.

◆ Grey99

const colour neogfx::colour::Grey99
static

Definition at line 403 of file colour.hpp.

◆ Honeydew

const colour neogfx::colour::Honeydew
static

Definition at line 404 of file colour.hpp.

◆ Honeydew1

const colour neogfx::colour::Honeydew1
static

Definition at line 405 of file colour.hpp.

◆ Honeydew2

const colour neogfx::colour::Honeydew2
static

Definition at line 406 of file colour.hpp.

◆ Honeydew3

const colour neogfx::colour::Honeydew3
static

Definition at line 407 of file colour.hpp.

◆ Honeydew4

const colour neogfx::colour::Honeydew4
static

Definition at line 408 of file colour.hpp.

◆ HotPink

const colour neogfx::colour::HotPink
static

Definition at line 409 of file colour.hpp.

◆ HotPink1

const colour neogfx::colour::HotPink1
static

Definition at line 410 of file colour.hpp.

◆ HotPink2

const colour neogfx::colour::HotPink2
static

Definition at line 411 of file colour.hpp.

◆ HotPink3

const colour neogfx::colour::HotPink3
static

Definition at line 412 of file colour.hpp.

◆ HotPink4

const colour neogfx::colour::HotPink4
static

Definition at line 413 of file colour.hpp.

◆ IndianRed

const colour neogfx::colour::IndianRed
static

Definition at line 414 of file colour.hpp.

◆ IndianRed1

const colour neogfx::colour::IndianRed1
static

Definition at line 415 of file colour.hpp.

◆ IndianRed2

const colour neogfx::colour::IndianRed2
static

Definition at line 416 of file colour.hpp.

◆ IndianRed3

const colour neogfx::colour::IndianRed3
static

Definition at line 417 of file colour.hpp.

◆ IndianRed4

const colour neogfx::colour::IndianRed4
static

Definition at line 418 of file colour.hpp.

◆ Ivory

const colour neogfx::colour::Ivory
static

Definition at line 419 of file colour.hpp.

◆ Ivory1

const colour neogfx::colour::Ivory1
static

Definition at line 420 of file colour.hpp.

◆ Ivory2

const colour neogfx::colour::Ivory2
static

Definition at line 421 of file colour.hpp.

◆ Ivory3

const colour neogfx::colour::Ivory3
static

Definition at line 422 of file colour.hpp.

◆ Ivory4

const colour neogfx::colour::Ivory4
static

Definition at line 423 of file colour.hpp.

◆ Khaki

const colour neogfx::colour::Khaki
static

Definition at line 424 of file colour.hpp.

◆ Khaki1

const colour neogfx::colour::Khaki1
static

Definition at line 425 of file colour.hpp.

◆ Khaki2

const colour neogfx::colour::Khaki2
static

Definition at line 426 of file colour.hpp.

◆ Khaki3

const colour neogfx::colour::Khaki3
static

Definition at line 427 of file colour.hpp.

◆ Khaki4

const colour neogfx::colour::Khaki4
static

Definition at line 428 of file colour.hpp.

◆ Lavender

const colour neogfx::colour::Lavender
static

Definition at line 429 of file colour.hpp.

◆ LavenderBlush

const colour neogfx::colour::LavenderBlush
static

Definition at line 430 of file colour.hpp.

◆ LavenderBlush1

const colour neogfx::colour::LavenderBlush1
static

Definition at line 431 of file colour.hpp.

◆ LavenderBlush2

const colour neogfx::colour::LavenderBlush2
static

Definition at line 432 of file colour.hpp.

◆ LavenderBlush3

const colour neogfx::colour::LavenderBlush3
static

Definition at line 433 of file colour.hpp.

◆ LavenderBlush4

const colour neogfx::colour::LavenderBlush4
static

Definition at line 434 of file colour.hpp.

◆ LawnGreen

const colour neogfx::colour::LawnGreen
static

Definition at line 435 of file colour.hpp.

◆ LemonChiffon

const colour neogfx::colour::LemonChiffon
static

Definition at line 436 of file colour.hpp.

◆ LemonChiffon1

const colour neogfx::colour::LemonChiffon1
static

Definition at line 437 of file colour.hpp.

◆ LemonChiffon2

const colour neogfx::colour::LemonChiffon2
static

Definition at line 438 of file colour.hpp.

◆ LemonChiffon3

const colour neogfx::colour::LemonChiffon3
static

Definition at line 439 of file colour.hpp.

◆ LemonChiffon4

const colour neogfx::colour::LemonChiffon4
static

Definition at line 440 of file colour.hpp.

◆ LightBlue

const colour neogfx::colour::LightBlue
static

Definition at line 441 of file colour.hpp.

◆ LightBlue1

const colour neogfx::colour::LightBlue1
static

Definition at line 442 of file colour.hpp.

◆ LightBlue2

const colour neogfx::colour::LightBlue2
static

Definition at line 443 of file colour.hpp.

◆ LightBlue3

const colour neogfx::colour::LightBlue3
static

Definition at line 444 of file colour.hpp.

◆ LightBlue4

const colour neogfx::colour::LightBlue4
static

Definition at line 445 of file colour.hpp.

◆ LightCoral

const colour neogfx::colour::LightCoral
static

Definition at line 446 of file colour.hpp.

◆ LightCyan

const colour neogfx::colour::LightCyan
static

Definition at line 447 of file colour.hpp.

◆ LightCyan1

const colour neogfx::colour::LightCyan1
static

Definition at line 448 of file colour.hpp.

◆ LightCyan2

const colour neogfx::colour::LightCyan2
static

Definition at line 449 of file colour.hpp.

◆ LightCyan3

const colour neogfx::colour::LightCyan3
static

Definition at line 450 of file colour.hpp.

◆ LightCyan4

const colour neogfx::colour::LightCyan4
static

Definition at line 451 of file colour.hpp.

◆ LightGoldenrod

const colour neogfx::colour::LightGoldenrod
static

Definition at line 452 of file colour.hpp.

◆ LightGoldenrod1

const colour neogfx::colour::LightGoldenrod1
static

Definition at line 453 of file colour.hpp.

◆ LightGoldenrod2

const colour neogfx::colour::LightGoldenrod2
static

Definition at line 454 of file colour.hpp.

◆ LightGoldenrod3

const colour neogfx::colour::LightGoldenrod3
static

Definition at line 455 of file colour.hpp.

◆ LightGoldenrod4

const colour neogfx::colour::LightGoldenrod4
static

Definition at line 456 of file colour.hpp.

◆ LightGoldenrodYellow

const colour neogfx::colour::LightGoldenrodYellow
static

Definition at line 457 of file colour.hpp.

◆ LightGray

const colour neogfx::colour::LightGray
static

Definition at line 458 of file colour.hpp.

◆ LightGreen

const colour neogfx::colour::LightGreen
static

Definition at line 459 of file colour.hpp.

◆ LightGrey

const colour neogfx::colour::LightGrey
static

Definition at line 460 of file colour.hpp.

◆ LightPink

const colour neogfx::colour::LightPink
static

Definition at line 461 of file colour.hpp.

◆ LightPink1

const colour neogfx::colour::LightPink1
static

Definition at line 462 of file colour.hpp.

◆ LightPink2

const colour neogfx::colour::LightPink2
static

Definition at line 463 of file colour.hpp.

◆ LightPink3

const colour neogfx::colour::LightPink3
static

Definition at line 464 of file colour.hpp.

◆ LightPink4

const colour neogfx::colour::LightPink4
static

Definition at line 465 of file colour.hpp.

◆ LightSalmon

const colour neogfx::colour::LightSalmon
static

Definition at line 466 of file colour.hpp.

◆ LightSalmon1

const colour neogfx::colour::LightSalmon1
static

Definition at line 467 of file colour.hpp.

◆ LightSalmon2

const colour neogfx::colour::LightSalmon2
static

Definition at line 468 of file colour.hpp.

◆ LightSalmon3

const colour neogfx::colour::LightSalmon3
static

Definition at line 469 of file colour.hpp.

◆ LightSalmon4

const colour neogfx::colour::LightSalmon4
static

Definition at line 470 of file colour.hpp.

◆ LightSeaGreen

const colour neogfx::colour::LightSeaGreen
static

Definition at line 471 of file colour.hpp.

◆ LightSkyBlue

const colour neogfx::colour::LightSkyBlue
static

Definition at line 472 of file colour.hpp.

◆ LightSkyBlue1

const colour neogfx::colour::LightSkyBlue1
static

Definition at line 473 of file colour.hpp.

◆ LightSkyBlue2

const colour neogfx::colour::LightSkyBlue2
static

Definition at line 474 of file colour.hpp.

◆ LightSkyBlue3

const colour neogfx::colour::LightSkyBlue3
static

Definition at line 475 of file colour.hpp.

◆ LightSkyBlue4

const colour neogfx::colour::LightSkyBlue4
static

Definition at line 476 of file colour.hpp.

◆ LightSlateBlue

const colour neogfx::colour::LightSlateBlue
static

Definition at line 477 of file colour.hpp.

◆ LightSlateGray

const colour neogfx::colour::LightSlateGray
static

Definition at line 478 of file colour.hpp.

◆ LightSlateGrey

const colour neogfx::colour::LightSlateGrey
static

Definition at line 479 of file colour.hpp.

◆ LightSteelBlue

const colour neogfx::colour::LightSteelBlue
static

Definition at line 480 of file colour.hpp.

◆ LightSteelBlue1

const colour neogfx::colour::LightSteelBlue1
static

Definition at line 481 of file colour.hpp.

◆ LightSteelBlue2

const colour neogfx::colour::LightSteelBlue2
static

Definition at line 482 of file colour.hpp.

◆ LightSteelBlue3

const colour neogfx::colour::LightSteelBlue3
static

Definition at line 483 of file colour.hpp.

◆ LightSteelBlue4

const colour neogfx::colour::LightSteelBlue4
static

Definition at line 484 of file colour.hpp.

◆ LightYellow

const colour neogfx::colour::LightYellow
static

Definition at line 485 of file colour.hpp.

◆ LightYellow1

const colour neogfx::colour::LightYellow1
static

Definition at line 486 of file colour.hpp.

◆ LightYellow2

const colour neogfx::colour::LightYellow2
static

Definition at line 487 of file colour.hpp.

◆ LightYellow3

const colour neogfx::colour::LightYellow3
static

Definition at line 488 of file colour.hpp.

◆ LightYellow4

const colour neogfx::colour::LightYellow4
static

Definition at line 489 of file colour.hpp.

◆ LimeGreen

const colour neogfx::colour::LimeGreen
static

Definition at line 490 of file colour.hpp.

◆ Linen

const colour neogfx::colour::Linen
static

Definition at line 491 of file colour.hpp.

◆ Magenta

const colour neogfx::colour::Magenta
static

Definition at line 492 of file colour.hpp.

◆ Magenta1

const colour neogfx::colour::Magenta1
static

Definition at line 493 of file colour.hpp.

◆ Magenta2

const colour neogfx::colour::Magenta2
static

Definition at line 494 of file colour.hpp.

◆ Magenta3

const colour neogfx::colour::Magenta3
static

Definition at line 495 of file colour.hpp.

◆ Magenta4

const colour neogfx::colour::Magenta4
static

Definition at line 496 of file colour.hpp.

◆ Maroon

const colour neogfx::colour::Maroon
static

Definition at line 497 of file colour.hpp.

◆ Maroon1

const colour neogfx::colour::Maroon1
static

Definition at line 498 of file colour.hpp.

◆ Maroon2

const colour neogfx::colour::Maroon2
static

Definition at line 499 of file colour.hpp.

◆ Maroon3

const colour neogfx::colour::Maroon3
static

Definition at line 500 of file colour.hpp.

◆ Maroon4

const colour neogfx::colour::Maroon4
static

Definition at line 501 of file colour.hpp.

◆ MaxComponetValue

const component neogfx::colour::MaxComponetValue = 0xFF
static

Definition at line 703 of file colour.hpp.

◆ MediumAquamarine

const colour neogfx::colour::MediumAquamarine
static

Definition at line 502 of file colour.hpp.

◆ MediumBlue

const colour neogfx::colour::MediumBlue
static

Definition at line 503 of file colour.hpp.

◆ MediumOrchid

const colour neogfx::colour::MediumOrchid
static

Definition at line 504 of file colour.hpp.

◆ MediumOrchid1

const colour neogfx::colour::MediumOrchid1
static

Definition at line 505 of file colour.hpp.

◆ MediumOrchid2

const colour neogfx::colour::MediumOrchid2
static

Definition at line 506 of file colour.hpp.

◆ MediumOrchid3

const colour neogfx::colour::MediumOrchid3
static

Definition at line 507 of file colour.hpp.

◆ MediumOrchid4

const colour neogfx::colour::MediumOrchid4
static

Definition at line 508 of file colour.hpp.

◆ MediumPurple

const colour neogfx::colour::MediumPurple
static

Definition at line 509 of file colour.hpp.

◆ MediumPurple1

const colour neogfx::colour::MediumPurple1
static

Definition at line 510 of file colour.hpp.

◆ MediumPurple2

const colour neogfx::colour::MediumPurple2
static

Definition at line 511 of file colour.hpp.

◆ MediumPurple3

const colour neogfx::colour::MediumPurple3
static

Definition at line 512 of file colour.hpp.

◆ MediumPurple4

const colour neogfx::colour::MediumPurple4
static

Definition at line 513 of file colour.hpp.

◆ MediumSeaGreen

const colour neogfx::colour::MediumSeaGreen
static

Definition at line 514 of file colour.hpp.

◆ MediumSlateBlue

const colour neogfx::colour::MediumSlateBlue
static

Definition at line 515 of file colour.hpp.

◆ MediumSpringGreen

const colour neogfx::colour::MediumSpringGreen
static

Definition at line 516 of file colour.hpp.

◆ MediumTurquoise

const colour neogfx::colour::MediumTurquoise
static

Definition at line 517 of file colour.hpp.

◆ MediumVioletRed

const colour neogfx::colour::MediumVioletRed
static

Definition at line 518 of file colour.hpp.

◆ MidnightBlue

const colour neogfx::colour::MidnightBlue
static

Definition at line 519 of file colour.hpp.

◆ MinComponetValue

const component neogfx::colour::MinComponetValue = 0x00
static

Definition at line 702 of file colour.hpp.

◆ MintCream

const colour neogfx::colour::MintCream
static

Definition at line 520 of file colour.hpp.

◆ MistyRose

const colour neogfx::colour::MistyRose
static

Definition at line 521 of file colour.hpp.

◆ MistyRose1

const colour neogfx::colour::MistyRose1
static

Definition at line 522 of file colour.hpp.

◆ MistyRose2

const colour neogfx::colour::MistyRose2
static

Definition at line 523 of file colour.hpp.

◆ MistyRose3

const colour neogfx::colour::MistyRose3
static

Definition at line 524 of file colour.hpp.

◆ MistyRose4

const colour neogfx::colour::MistyRose4
static

Definition at line 525 of file colour.hpp.

◆ Moccasin

const colour neogfx::colour::Moccasin
static

Definition at line 526 of file colour.hpp.

◆ NavajoWhite

const colour neogfx::colour::NavajoWhite
static

Definition at line 527 of file colour.hpp.

◆ NavajoWhite1

const colour neogfx::colour::NavajoWhite1
static

Definition at line 528 of file colour.hpp.

◆ NavajoWhite2

const colour neogfx::colour::NavajoWhite2
static

Definition at line 529 of file colour.hpp.

◆ NavajoWhite3

const colour neogfx::colour::NavajoWhite3
static

Definition at line 530 of file colour.hpp.

◆ NavajoWhite4

const colour neogfx::colour::NavajoWhite4
static

Definition at line 531 of file colour.hpp.

◆ Navy

const colour neogfx::colour::Navy
static

Definition at line 532 of file colour.hpp.

◆ NavyBlue

const colour neogfx::colour::NavyBlue
static

Definition at line 533 of file colour.hpp.

◆ OldLace

const colour neogfx::colour::OldLace
static

Definition at line 534 of file colour.hpp.

◆ OliveDrab

const colour neogfx::colour::OliveDrab
static

Definition at line 535 of file colour.hpp.

◆ OliveDrab1

const colour neogfx::colour::OliveDrab1
static

Definition at line 536 of file colour.hpp.

◆ OliveDrab2

const colour neogfx::colour::OliveDrab2
static

Definition at line 537 of file colour.hpp.

◆ OliveDrab3

const colour neogfx::colour::OliveDrab3
static

Definition at line 538 of file colour.hpp.

◆ OliveDrab4

const colour neogfx::colour::OliveDrab4
static

Definition at line 539 of file colour.hpp.

◆ Orange

const colour neogfx::colour::Orange
static

Definition at line 540 of file colour.hpp.

◆ Orange1

const colour neogfx::colour::Orange1
static

Definition at line 541 of file colour.hpp.

◆ Orange2

const colour neogfx::colour::Orange2
static

Definition at line 542 of file colour.hpp.

◆ Orange3

const colour neogfx::colour::Orange3
static

Definition at line 543 of file colour.hpp.

◆ Orange4

const colour neogfx::colour::Orange4
static

Definition at line 544 of file colour.hpp.

◆ OrangeRed

const colour neogfx::colour::OrangeRed
static

Definition at line 545 of file colour.hpp.

◆ OrangeRed1

const colour neogfx::colour::OrangeRed1
static

Definition at line 546 of file colour.hpp.

◆ OrangeRed2

const colour neogfx::colour::OrangeRed2
static

Definition at line 547 of file colour.hpp.

◆ OrangeRed3

const colour neogfx::colour::OrangeRed3
static

Definition at line 548 of file colour.hpp.

◆ OrangeRed4

const colour neogfx::colour::OrangeRed4
static

Definition at line 549 of file colour.hpp.

◆ Orchid

const colour neogfx::colour::Orchid
static

Definition at line 550 of file colour.hpp.

◆ Orchid1

const colour neogfx::colour::Orchid1
static

Definition at line 551 of file colour.hpp.

◆ Orchid2

const colour neogfx::colour::Orchid2
static

Definition at line 552 of file colour.hpp.

◆ Orchid3

const colour neogfx::colour::Orchid3
static

Definition at line 553 of file colour.hpp.

◆ Orchid4

const colour neogfx::colour::Orchid4
static

Definition at line 554 of file colour.hpp.

◆ PaleGoldenrod

const colour neogfx::colour::PaleGoldenrod
static

Definition at line 555 of file colour.hpp.

◆ PaleGreen

const colour neogfx::colour::PaleGreen
static

Definition at line 556 of file colour.hpp.

◆ PaleGreen1

const colour neogfx::colour::PaleGreen1
static

Definition at line 557 of file colour.hpp.

◆ PaleGreen2

const colour neogfx::colour::PaleGreen2
static

Definition at line 558 of file colour.hpp.

◆ PaleGreen3

const colour neogfx::colour::PaleGreen3
static

Definition at line 559 of file colour.hpp.

◆ PaleGreen4

const colour neogfx::colour::PaleGreen4
static

Definition at line 560 of file colour.hpp.

◆ PaleTurquoise

const colour neogfx::colour::PaleTurquoise
static

Definition at line 561 of file colour.hpp.

◆ PaleTurquoise1

const colour neogfx::colour::PaleTurquoise1
static

Definition at line 562 of file colour.hpp.

◆ PaleTurquoise2

const colour neogfx::colour::PaleTurquoise2
static

Definition at line 563 of file colour.hpp.

◆ PaleTurquoise3

const colour neogfx::colour::PaleTurquoise3
static

Definition at line 564 of file colour.hpp.

◆ PaleTurquoise4

const colour neogfx::colour::PaleTurquoise4
static

Definition at line 565 of file colour.hpp.

◆ PaleVioletRed

const colour neogfx::colour::PaleVioletRed
static

Definition at line 566 of file colour.hpp.

◆ PaleVioletRed1

const colour neogfx::colour::PaleVioletRed1
static

Definition at line 567 of file colour.hpp.

◆ PaleVioletRed2

const colour neogfx::colour::PaleVioletRed2
static

Definition at line 568 of file colour.hpp.

◆ PaleVioletRed3

const colour neogfx::colour::PaleVioletRed3
static

Definition at line 569 of file colour.hpp.

◆ PaleVioletRed4

const colour neogfx::colour::PaleVioletRed4
static

Definition at line 570 of file colour.hpp.

◆ PapayaWhip

const colour neogfx::colour::PapayaWhip
static

Definition at line 571 of file colour.hpp.

◆ PeachPuff

const colour neogfx::colour::PeachPuff
static

Definition at line 572 of file colour.hpp.

◆ PeachPuff1

const colour neogfx::colour::PeachPuff1
static

Definition at line 573 of file colour.hpp.

◆ PeachPuff2

const colour neogfx::colour::PeachPuff2
static

Definition at line 574 of file colour.hpp.

◆ PeachPuff3

const colour neogfx::colour::PeachPuff3
static

Definition at line 575 of file colour.hpp.

◆ PeachPuff4

const colour neogfx::colour::PeachPuff4
static

Definition at line 576 of file colour.hpp.

◆ Peru

const colour neogfx::colour::Peru
static

Definition at line 577 of file colour.hpp.

◆ Pink

const colour neogfx::colour::Pink
static

Definition at line 578 of file colour.hpp.

◆ Pink1

const colour neogfx::colour::Pink1
static

Definition at line 579 of file colour.hpp.

◆ Pink2

const colour neogfx::colour::Pink2
static

Definition at line 580 of file colour.hpp.

◆ Pink3

const colour neogfx::colour::Pink3
static

Definition at line 581 of file colour.hpp.

◆ Pink4

const colour neogfx::colour::Pink4
static

Definition at line 582 of file colour.hpp.

◆ Plum

const colour neogfx::colour::Plum
static

Definition at line 583 of file colour.hpp.

◆ Plum1

const colour neogfx::colour::Plum1
static

Definition at line 584 of file colour.hpp.

◆ Plum2

const colour neogfx::colour::Plum2
static

Definition at line 585 of file colour.hpp.

◆ Plum3

const colour neogfx::colour::Plum3
static

Definition at line 586 of file colour.hpp.

◆ Plum4

const colour neogfx::colour::Plum4
static

Definition at line 587 of file colour.hpp.

◆ PowderBlue

const colour neogfx::colour::PowderBlue
static

Definition at line 588 of file colour.hpp.

◆ Purple

const colour neogfx::colour::Purple
static

Definition at line 589 of file colour.hpp.

◆ Purple1

const colour neogfx::colour::Purple1
static

Definition at line 590 of file colour.hpp.

◆ Purple2

const colour neogfx::colour::Purple2
static

Definition at line 591 of file colour.hpp.

◆ Purple3

const colour neogfx::colour::Purple3
static

Definition at line 592 of file colour.hpp.

◆ Purple4

const colour neogfx::colour::Purple4
static

Definition at line 593 of file colour.hpp.

◆ Red

const colour neogfx::colour::Red
static

Definition at line 594 of file colour.hpp.

◆ Red1

const colour neogfx::colour::Red1
static

Definition at line 595 of file colour.hpp.

◆ Red2

const colour neogfx::colour::Red2
static

Definition at line 596 of file colour.hpp.

◆ Red3

const colour neogfx::colour::Red3
static

Definition at line 597 of file colour.hpp.

◆ Red4

const colour neogfx::colour::Red4
static

Definition at line 598 of file colour.hpp.

◆ RosyBrown

const colour neogfx::colour::RosyBrown
static

Definition at line 599 of file colour.hpp.

◆ RosyBrown1

const colour neogfx::colour::RosyBrown1
static

Definition at line 600 of file colour.hpp.

◆ RosyBrown2

const colour neogfx::colour::RosyBrown2
static

Definition at line 601 of file colour.hpp.

◆ RosyBrown3

const colour neogfx::colour::RosyBrown3
static

Definition at line 602 of file colour.hpp.

◆ RosyBrown4

const colour neogfx::colour::RosyBrown4
static

Definition at line 603 of file colour.hpp.

◆ RoyalBlue

const colour neogfx::colour::RoyalBlue
static

Definition at line 604 of file colour.hpp.

◆ RoyalBlue1

const colour neogfx::colour::RoyalBlue1
static

Definition at line 605 of file colour.hpp.

◆ RoyalBlue2

const colour neogfx::colour::RoyalBlue2
static

Definition at line 606 of file colour.hpp.

◆ RoyalBlue3

const colour neogfx::colour::RoyalBlue3
static

Definition at line 607 of file colour.hpp.

◆ RoyalBlue4

const colour neogfx::colour::RoyalBlue4
static

Definition at line 608 of file colour.hpp.

◆ SaddleBrown

const colour neogfx::colour::SaddleBrown
static

Definition at line 609 of file colour.hpp.

◆ Salmon

const colour neogfx::colour::Salmon
static

Definition at line 610 of file colour.hpp.

◆ Salmon1

const colour neogfx::colour::Salmon1
static

Definition at line 611 of file colour.hpp.

◆ Salmon2

const colour neogfx::colour::Salmon2
static

Definition at line 612 of file colour.hpp.

◆ Salmon3

const colour neogfx::colour::Salmon3
static

Definition at line 613 of file colour.hpp.

◆ Salmon4

const colour neogfx::colour::Salmon4
static

Definition at line 614 of file colour.hpp.

◆ SandyBrown

const colour neogfx::colour::SandyBrown
static

Definition at line 615 of file colour.hpp.

◆ SeaGreen

const colour neogfx::colour::SeaGreen
static

Definition at line 616 of file colour.hpp.

◆ SeaGreen1

const colour neogfx::colour::SeaGreen1
static

Definition at line 617 of file colour.hpp.

◆ SeaGreen2

const colour neogfx::colour::SeaGreen2
static

Definition at line 618 of file colour.hpp.

◆ SeaGreen3

const colour neogfx::colour::SeaGreen3
static

Definition at line 619 of file colour.hpp.

◆ SeaGreen4

const colour neogfx::colour::SeaGreen4
static

Definition at line 620 of file colour.hpp.

◆ Seashell

const colour neogfx::colour::Seashell
static

Definition at line 621 of file colour.hpp.

◆ Seashell1

const colour neogfx::colour::Seashell1
static

Definition at line 622 of file colour.hpp.

◆ Seashell2

const colour neogfx::colour::Seashell2
static

Definition at line 623 of file colour.hpp.

◆ Seashell3

const colour neogfx::colour::Seashell3
static

Definition at line 624 of file colour.hpp.

◆ Seashell4

const colour neogfx::colour::Seashell4
static

Definition at line 625 of file colour.hpp.

◆ Sienna

const colour neogfx::colour::Sienna
static

Definition at line 626 of file colour.hpp.

◆ Sienna1

const colour neogfx::colour::Sienna1
static

Definition at line 627 of file colour.hpp.

◆ Sienna2

const colour neogfx::colour::Sienna2
static

Definition at line 628 of file colour.hpp.

◆ Sienna3

const colour neogfx::colour::Sienna3
static

Definition at line 629 of file colour.hpp.

◆ Sienna4

const colour neogfx::colour::Sienna4
static

Definition at line 630 of file colour.hpp.

◆ SkyBlue

const colour neogfx::colour::SkyBlue
static

Definition at line 631 of file colour.hpp.

◆ SkyBlue1

const colour neogfx::colour::SkyBlue1
static

Definition at line 632 of file colour.hpp.

◆ SkyBlue2

const colour neogfx::colour::SkyBlue2
static

Definition at line 633 of file colour.hpp.

◆ SkyBlue3

const colour neogfx::colour::SkyBlue3
static

Definition at line 634 of file colour.hpp.

◆ SkyBlue4

const colour neogfx::colour::SkyBlue4
static

Definition at line 635 of file colour.hpp.

◆ SlateBlue

const colour neogfx::colour::SlateBlue
static

Definition at line 636 of file colour.hpp.

◆ SlateBlue1

const colour neogfx::colour::SlateBlue1
static

Definition at line 637 of file colour.hpp.

◆ SlateBlue2

const colour neogfx::colour::SlateBlue2
static

Definition at line 638 of file colour.hpp.

◆ SlateBlue3

const colour neogfx::colour::SlateBlue3
static

Definition at line 639 of file colour.hpp.

◆ SlateBlue4

const colour neogfx::colour::SlateBlue4
static

Definition at line 640 of file colour.hpp.

◆ SlateGray

const colour neogfx::colour::SlateGray
static

Definition at line 641 of file colour.hpp.

◆ SlateGray1

const colour neogfx::colour::SlateGray1
static

Definition at line 642 of file colour.hpp.

◆ SlateGray2

const colour neogfx::colour::SlateGray2
static

Definition at line 643 of file colour.hpp.

◆ SlateGray3

const colour neogfx::colour::SlateGray3
static

Definition at line 644 of file colour.hpp.

◆ SlateGray4

const colour neogfx::colour::SlateGray4
static

Definition at line 645 of file colour.hpp.

◆ SlateGrey

const colour neogfx::colour::SlateGrey
static

Definition at line 646 of file colour.hpp.

◆ Snow

const colour neogfx::colour::Snow
static

Definition at line 647 of file colour.hpp.

◆ Snow1

const colour neogfx::colour::Snow1
static

Definition at line 648 of file colour.hpp.

◆ Snow2

const colour neogfx::colour::Snow2
static

Definition at line 649 of file colour.hpp.

◆ Snow3

const colour neogfx::colour::Snow3
static

Definition at line 650 of file colour.hpp.

◆ Snow4

const colour neogfx::colour::Snow4
static

Definition at line 651 of file colour.hpp.

◆ SpringGreen

const colour neogfx::colour::SpringGreen
static

Definition at line 652 of file colour.hpp.

◆ SpringGreen1

const colour neogfx::colour::SpringGreen1
static

Definition at line 653 of file colour.hpp.

◆ SpringGreen2

const colour neogfx::colour::SpringGreen2
static

Definition at line 654 of file colour.hpp.

◆ SpringGreen3

const colour neogfx::colour::SpringGreen3
static

Definition at line 655 of file colour.hpp.

◆ SpringGreen4

const colour neogfx::colour::SpringGreen4
static

Definition at line 656 of file colour.hpp.

◆ SteelBlue

const colour neogfx::colour::SteelBlue
static

Definition at line 657 of file colour.hpp.

◆ SteelBlue1

const colour neogfx::colour::SteelBlue1
static

Definition at line 658 of file colour.hpp.

◆ SteelBlue2

const colour neogfx::colour::SteelBlue2
static

Definition at line 659 of file colour.hpp.

◆ SteelBlue3

const colour neogfx::colour::SteelBlue3
static

Definition at line 660 of file colour.hpp.

◆ SteelBlue4

const colour neogfx::colour::SteelBlue4
static

Definition at line 661 of file colour.hpp.

◆ Tan

const colour neogfx::colour::Tan
static

Definition at line 662 of file colour.hpp.

◆ Tan1

const colour neogfx::colour::Tan1
static

Definition at line 663 of file colour.hpp.

◆ Tan2

const colour neogfx::colour::Tan2
static

Definition at line 664 of file colour.hpp.

◆ Tan3

const colour neogfx::colour::Tan3
static

Definition at line 665 of file colour.hpp.

◆ Tan4

const colour neogfx::colour::Tan4
static

Definition at line 666 of file colour.hpp.

◆ Thistle

const colour neogfx::colour::Thistle
static

Definition at line 667 of file colour.hpp.

◆ Thistle1

const colour neogfx::colour::Thistle1
static

Definition at line 668 of file colour.hpp.

◆ Thistle2

const colour neogfx::colour::Thistle2
static

Definition at line 669 of file colour.hpp.

◆ Thistle3

const colour neogfx::colour::Thistle3
static

Definition at line 670 of file colour.hpp.

◆ Thistle4

const colour neogfx::colour::Thistle4
static

Definition at line 671 of file colour.hpp.

◆ Tomato

const colour neogfx::colour::Tomato
static

Definition at line 672 of file colour.hpp.

◆ Tomato1

const colour neogfx::colour::Tomato1
static

Definition at line 673 of file colour.hpp.

◆ Tomato2

const colour neogfx::colour::Tomato2
static

Definition at line 674 of file colour.hpp.

◆ Tomato3

const colour neogfx::colour::Tomato3
static

Definition at line 675 of file colour.hpp.

◆ Tomato4

const colour neogfx::colour::Tomato4
static

Definition at line 676 of file colour.hpp.

◆ Turquoise

const colour neogfx::colour::Turquoise
static

Definition at line 677 of file colour.hpp.

◆ Turquoise1

const colour neogfx::colour::Turquoise1
static

Definition at line 678 of file colour.hpp.

◆ Turquoise2

const colour neogfx::colour::Turquoise2
static

Definition at line 679 of file colour.hpp.

◆ Turquoise3

const colour neogfx::colour::Turquoise3
static

Definition at line 680 of file colour.hpp.

◆ Turquoise4

const colour neogfx::colour::Turquoise4
static

Definition at line 681 of file colour.hpp.

◆ Violet

const colour neogfx::colour::Violet
static

Definition at line 682 of file colour.hpp.

◆ VioletRed

const colour neogfx::colour::VioletRed
static

Definition at line 683 of file colour.hpp.

◆ VioletRed1

const colour neogfx::colour::VioletRed1
static

Definition at line 684 of file colour.hpp.

◆ VioletRed2

const colour neogfx::colour::VioletRed2
static

Definition at line 685 of file colour.hpp.

◆ VioletRed3

const colour neogfx::colour::VioletRed3
static

Definition at line 686 of file colour.hpp.

◆ VioletRed4

const colour neogfx::colour::VioletRed4
static

Definition at line 687 of file colour.hpp.

◆ Wheat

const colour neogfx::colour::Wheat
static

Definition at line 688 of file colour.hpp.

◆ Wheat1

const colour neogfx::colour::Wheat1
static

Definition at line 689 of file colour.hpp.

◆ Wheat2

const colour neogfx::colour::Wheat2
static

Definition at line 690 of file colour.hpp.

◆ Wheat3

const colour neogfx::colour::Wheat3
static

Definition at line 691 of file colour.hpp.

◆ Wheat4

const colour neogfx::colour::Wheat4
static

Definition at line 692 of file colour.hpp.

◆ White

const colour neogfx::colour::White
static

Definition at line 693 of file colour.hpp.

◆ WhiteSmoke

const colour neogfx::colour::WhiteSmoke
static

Definition at line 694 of file colour.hpp.

◆ Yellow

const colour neogfx::colour::Yellow
static

Definition at line 695 of file colour.hpp.

◆ Yellow1

const colour neogfx::colour::Yellow1
static

Definition at line 696 of file colour.hpp.

◆ Yellow2

const colour neogfx::colour::Yellow2
static

Definition at line 697 of file colour.hpp.

◆ Yellow3

const colour neogfx::colour::Yellow3
static

Definition at line 698 of file colour.hpp.

◆ Yellow4

const colour neogfx::colour::Yellow4
static

Definition at line 699 of file colour.hpp.

◆ YellowGreen

const colour neogfx::colour::YellowGreen
static

Definition at line 700 of file colour.hpp.


The documentation for this class was generated from the following file: