neoGFX
Cross-platform C++ app/game engine
neogfx::color Class Reference

#include <color.hpp>

Classes

struct  matrix
 

Public Types

typedef uint32_t argb
 
typedef uint8_t component
 

Public Member Functions

 color ()
 
 color (const color &aOther)
 
 color (argb aValue)
 
 color (const vec3u32 &aValue)
 
 color (const vec4u32 &aValue)
 
 color (const vec3 &aValue)
 
 color (const vec3f &aValue)
 
 color (const vec4 &aValue)
 
 color (const vec4f &aValue)
 
template<typename T >
 color (T aRed, T aGreen, T aBlue, T aAlpha=static_cast< T >(0xFF), std::enable_if_t< std::is_integral_v< T >, sfinae >={})
 
template<typename T >
 color (T aRed, T aGreen, T aBlue, T aAlpha=static_cast< T >(1.0), std::enable_if_t< std::is_same_v< T, double >, sfinae >={})
 
template<typename T >
 color (T aRed, T aGreen, T aBlue, T aAlpha=static_cast< T >(1.0), std::enable_if_t< std::is_same_v< T, float >, sfinae >={})
 
 color (const std::string &aTextValue)
 
coloroperator= (const color &aOther)
 
coloroperator= (argb aOther)
 
coloroperator= (const vec3u32 &aValue)
 
coloroperator= (const vec4u32 &aValue)
 
coloroperator= (const vec3 &aValue)
 
coloroperator= (const vec3f &aValue)
 
coloroperator= (const vec4 &aValue)
 
coloroperator= (const vec4f &aValue)
 
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
 
template<typename T >
colorset_alpha (T aAlpha, std::enable_if_t< std::is_integral_v< T >, sfinae >={})
 
template<typename T >
colorset_alpha (T aAlpha, std::enable_if_t< std::is_floating_point_v< T >, sfinae >={})
 
colorset_red (component aNewValue)
 
colorset_green (component aNewValue)
 
colorset_blue (component aNewValue)
 
template<typename T >
color with_alpha (T aAlpha, std::enable_if_t< std::is_integral_v< T >, sfinae >={}) const
 
template<typename T >
color with_alpha (T aAlpha, std::enable_if_t< std::is_floating_point_v< T >, sfinae >={}) const
 
color with_red (component aNewValue) const
 
color with_green (component aNewValue) const
 
color with_blue (component aNewValue) const
 
color with_combined_alpha (component aNewValue) const
 
color with_combined_alpha (double aCoefficient) const
 
hsl_color to_hsl () const
 
hsv_color to_hsv () const
 
double brightness () const
 
double intensity () const
 
double luma () const
 
bool similar_intensity (const color &aOther, double aThreshold=0.5)
 
color mid (const color &aOther) const
 
bool light (double aThreshold=0.50) const
 
bool dark (double aThreshold=0.50) const
 
colorlighten (component aDelta)
 
colordarken (component aDelta)
 
color lighter (component aDelta) const
 
color darker (component aDelta) const
 
color shade (component aDelta) const
 
color unshade (component aDelta) const
 
color monochrome () const
 
color same_lightness_as (const color &aOther) const
 
color with_lightness (double aLightness) const
 
color inverse () const
 
coloroperator+= (component aDelta)
 
coloroperator-= (component aDelta)
 
color operator~ () const
 
bool operator== (const color &aOther) const
 
bool operator!= (const color &aOther) const
 
bool operator< (const color &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 color from_hsl (double aHue, double aSaturation, double aLightness, double aAlpha=1.0)
 
static color from_hsv (double aHue, double aSaturation, double aValue, double aAlpha=1.0)
 
static std::optional< colorfrom_name (const std::string &aName)
 

Static Public Attributes

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

Detailed Description

Definition at line 33 of file color.hpp.

Member Typedef Documentation

◆ argb

typedef uint32_t neogfx::color::argb

Definition at line 37 of file color.hpp.

◆ component

typedef uint8_t neogfx::color::component

Definition at line 38 of file color.hpp.

Constructor & Destructor Documentation

◆ color() [1/13]

neogfx::color::color ( )

◆ color() [2/13]

neogfx::color::color ( const color aOther)

◆ color() [3/13]

neogfx::color::color ( argb  aValue)
explicit

◆ color() [4/13]

neogfx::color::color ( const vec3u32 aValue)
explicit

◆ color() [5/13]

neogfx::color::color ( const vec4u32 aValue)
explicit

◆ color() [6/13]

neogfx::color::color ( const vec3 aValue)
explicit

◆ color() [7/13]

neogfx::color::color ( const vec3f aValue)
explicit

◆ color() [8/13]

neogfx::color::color ( const vec4 aValue)
explicit

◆ color() [9/13]

neogfx::color::color ( const vec4f aValue)
explicit

◆ color() [10/13]

template<typename T >
neogfx::color::color ( aRed,
aGreen,
aBlue,
aAlpha = static_cast<T>(0xFF),
std::enable_if_t< std::is_integral_v< T >, sfinae = {} 
)
inline

Definition at line 723 of file color.hpp.

◆ color() [11/13]

template<typename T >
neogfx::color::color ( aRed,
aGreen,
aBlue,
aAlpha = static_cast<T>(1.0),
std::enable_if_t< std::is_same_v< T, double >, sfinae = {} 
)
inline

Definition at line 726 of file color.hpp.

◆ color() [12/13]

template<typename T >
neogfx::color::color ( aRed,
aGreen,
aBlue,
aAlpha = static_cast<T>(1.0),
std::enable_if_t< std::is_same_v< T, float >, sfinae = {} 
)
inline

Definition at line 729 of file color.hpp.

◆ color() [13/13]

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

Member Function Documentation

◆ alpha() [1/2]

component neogfx::color::alpha ( ) const

◆ alpha() [2/2]

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

Definition at line 753 of file color.hpp.

◆ blue() [1/2]

component neogfx::color::blue ( ) const

◆ blue() [2/2]

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

Definition at line 759 of file color.hpp.

◆ brightness()

double neogfx::color::brightness ( ) const

◆ dark()

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

◆ darken()

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

◆ darker()

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

◆ from_hsl()

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

◆ from_hsv()

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

◆ from_name()

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

◆ green() [1/2]

component neogfx::color::green ( ) const

◆ green() [2/2]

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

Definition at line 757 of file color.hpp.

◆ intensity()

double neogfx::color::intensity ( ) const

◆ inverse()

color neogfx::color::inverse ( ) const

◆ light()

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

◆ lighten()

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

◆ lighter()

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

◆ luma()

double neogfx::color::luma ( ) const

◆ mid()

color neogfx::color::mid ( const color aOther) const

◆ monochrome()

color neogfx::color::monochrome ( ) const

◆ operator!=()

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

◆ operator+=()

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

◆ operator-=()

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

◆ operator<()

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

◆ operator=() [1/8]

color& neogfx::color::operator= ( const color aOther)

◆ operator=() [2/8]

color& neogfx::color::operator= ( argb  aOther)

◆ operator=() [3/8]

color& neogfx::color::operator= ( const vec3u32 aValue)

◆ operator=() [4/8]

color& neogfx::color::operator= ( const vec4u32 aValue)

◆ operator=() [5/8]

color& neogfx::color::operator= ( const vec3 aValue)

◆ operator=() [6/8]

color& neogfx::color::operator= ( const vec3f aValue)

◆ operator=() [7/8]

color& neogfx::color::operator= ( const vec4 aValue)

◆ operator=() [8/8]

color& neogfx::color::operator= ( const vec4f aValue)

◆ operator==()

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

◆ operator~()

color neogfx::color::operator~ ( ) const

◆ red() [1/2]

component neogfx::color::red ( ) const

◆ red() [2/2]

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

Definition at line 755 of file color.hpp.

◆ same_lightness_as()

color neogfx::color::same_lightness_as ( const color aOther) const

◆ set_alpha() [1/2]

template<typename T >
color& neogfx::color::set_alpha ( aAlpha,
std::enable_if_t< std::is_integral_v< T >, sfinae = {} 
)
inline

Definition at line 761 of file color.hpp.

◆ set_alpha() [2/2]

template<typename T >
color& neogfx::color::set_alpha ( aAlpha,
std::enable_if_t< std::is_floating_point_v< T >, sfinae = {} 
)
inline

Definition at line 767 of file color.hpp.

◆ set_blue()

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

◆ set_green()

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

◆ set_red()

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

◆ shade()

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

◆ similar_intensity()

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

◆ to_hex_string()

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

◆ to_hsl()

hsl_color neogfx::color::to_hsl ( ) const

◆ to_hsv()

hsv_color neogfx::color::to_hsv ( ) const

◆ to_string()

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

◆ to_vec4()

vec4 neogfx::color::to_vec4 ( ) const

◆ to_vec4f()

vec4f neogfx::color::to_vec4f ( ) const

◆ unshade()

color neogfx::color::unshade ( component  aDelta) const

◆ value()

argb neogfx::color::value ( ) const

◆ with_alpha() [1/2]

template<typename T >
color neogfx::color::with_alpha ( aAlpha,
std::enable_if_t< std::is_integral_v< T >, sfinae = {} 
) const
inline

Definition at line 776 of file color.hpp.

◆ with_alpha() [2/2]

template<typename T >
color neogfx::color::with_alpha ( aAlpha,
std::enable_if_t< std::is_floating_point_v< T >, sfinae = {} 
) const
inline

Definition at line 781 of file color.hpp.

◆ with_blue()

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

◆ with_combined_alpha() [1/2]

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

◆ with_combined_alpha() [2/2]

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

◆ with_green()

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

◆ with_lightness()

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

◆ with_red()

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

Member Data Documentation

◆ AliceBlue

const color neogfx::color::AliceBlue
static

Definition at line 45 of file color.hpp.

◆ AntiqueWhite

const color neogfx::color::AntiqueWhite
static

Definition at line 46 of file color.hpp.

◆ AntiqueWhite1

const color neogfx::color::AntiqueWhite1
static

Definition at line 47 of file color.hpp.

◆ AntiqueWhite2

const color neogfx::color::AntiqueWhite2
static

Definition at line 48 of file color.hpp.

◆ AntiqueWhite3

const color neogfx::color::AntiqueWhite3
static

Definition at line 49 of file color.hpp.

◆ AntiqueWhite4

const color neogfx::color::AntiqueWhite4
static

Definition at line 50 of file color.hpp.

◆ Aquamarine

const color neogfx::color::Aquamarine
static

Definition at line 51 of file color.hpp.

◆ Aquamarine1

const color neogfx::color::Aquamarine1
static

Definition at line 52 of file color.hpp.

◆ Aquamarine2

const color neogfx::color::Aquamarine2
static

Definition at line 53 of file color.hpp.

◆ Aquamarine3

const color neogfx::color::Aquamarine3
static

Definition at line 54 of file color.hpp.

◆ Aquamarine4

const color neogfx::color::Aquamarine4
static

Definition at line 55 of file color.hpp.

◆ Azure

const color neogfx::color::Azure
static

Definition at line 56 of file color.hpp.

◆ Azure1

const color neogfx::color::Azure1
static

Definition at line 57 of file color.hpp.

◆ Azure2

const color neogfx::color::Azure2
static

Definition at line 58 of file color.hpp.

◆ Azure3

const color neogfx::color::Azure3
static

Definition at line 59 of file color.hpp.

◆ Azure4

const color neogfx::color::Azure4
static

Definition at line 60 of file color.hpp.

◆ Beige

const color neogfx::color::Beige
static

Definition at line 61 of file color.hpp.

◆ Bisque

const color neogfx::color::Bisque
static

Definition at line 62 of file color.hpp.

◆ Bisque1

const color neogfx::color::Bisque1
static

Definition at line 63 of file color.hpp.

◆ Bisque2

const color neogfx::color::Bisque2
static

Definition at line 64 of file color.hpp.

◆ Bisque3

const color neogfx::color::Bisque3
static

Definition at line 65 of file color.hpp.

◆ Bisque4

const color neogfx::color::Bisque4
static

Definition at line 66 of file color.hpp.

◆ Black

const color neogfx::color::Black
static

Definition at line 67 of file color.hpp.

◆ BlanchedAlmond

const color neogfx::color::BlanchedAlmond
static

Definition at line 68 of file color.hpp.

◆ Blue

const color neogfx::color::Blue
static

Definition at line 69 of file color.hpp.

◆ Blue1

const color neogfx::color::Blue1
static

Definition at line 70 of file color.hpp.

◆ Blue2

const color neogfx::color::Blue2
static

Definition at line 71 of file color.hpp.

◆ Blue3

const color neogfx::color::Blue3
static

Definition at line 72 of file color.hpp.

◆ Blue4

const color neogfx::color::Blue4
static

Definition at line 73 of file color.hpp.

◆ BlueViolet

const color neogfx::color::BlueViolet
static

Definition at line 74 of file color.hpp.

◆ Brown

const color neogfx::color::Brown
static

Definition at line 75 of file color.hpp.

◆ Brown1

const color neogfx::color::Brown1
static

Definition at line 76 of file color.hpp.

◆ Brown2

const color neogfx::color::Brown2
static

Definition at line 77 of file color.hpp.

◆ Brown3

const color neogfx::color::Brown3
static

Definition at line 78 of file color.hpp.

◆ Brown4

const color neogfx::color::Brown4
static

Definition at line 79 of file color.hpp.

◆ Burlywood

const color neogfx::color::Burlywood
static

Definition at line 80 of file color.hpp.

◆ Burlywood1

const color neogfx::color::Burlywood1
static

Definition at line 81 of file color.hpp.

◆ Burlywood2

const color neogfx::color::Burlywood2
static

Definition at line 82 of file color.hpp.

◆ Burlywood3

const color neogfx::color::Burlywood3
static

Definition at line 83 of file color.hpp.

◆ Burlywood4

const color neogfx::color::Burlywood4
static

Definition at line 84 of file color.hpp.

◆ CadetBlue

const color neogfx::color::CadetBlue
static

Definition at line 85 of file color.hpp.

◆ CadetBlue1

const color neogfx::color::CadetBlue1
static

Definition at line 86 of file color.hpp.

◆ CadetBlue2

const color neogfx::color::CadetBlue2
static

Definition at line 87 of file color.hpp.

◆ CadetBlue3

const color neogfx::color::CadetBlue3
static

Definition at line 88 of file color.hpp.

◆ CadetBlue4

const color neogfx::color::CadetBlue4
static

Definition at line 89 of file color.hpp.

◆ Chartreuse

const color neogfx::color::Chartreuse
static

Definition at line 90 of file color.hpp.

◆ Chartreuse1

const color neogfx::color::Chartreuse1
static

Definition at line 91 of file color.hpp.

◆ Chartreuse2

const color neogfx::color::Chartreuse2
static

Definition at line 92 of file color.hpp.

◆ Chartreuse3

const color neogfx::color::Chartreuse3
static

Definition at line 93 of file color.hpp.

◆ Chartreuse4

const color neogfx::color::Chartreuse4
static

Definition at line 94 of file color.hpp.

◆ Chocolate

const color neogfx::color::Chocolate
static

Definition at line 95 of file color.hpp.

◆ Chocolate1

const color neogfx::color::Chocolate1
static

Definition at line 96 of file color.hpp.

◆ Chocolate2

const color neogfx::color::Chocolate2
static

Definition at line 97 of file color.hpp.

◆ Chocolate3

const color neogfx::color::Chocolate3
static

Definition at line 98 of file color.hpp.

◆ Chocolate4

const color neogfx::color::Chocolate4
static

Definition at line 99 of file color.hpp.

◆ Coral

const color neogfx::color::Coral
static

Definition at line 100 of file color.hpp.

◆ Coral1

const color neogfx::color::Coral1
static

Definition at line 101 of file color.hpp.

◆ Coral2

const color neogfx::color::Coral2
static

Definition at line 102 of file color.hpp.

◆ Coral3

const color neogfx::color::Coral3
static

Definition at line 103 of file color.hpp.

◆ Coral4

const color neogfx::color::Coral4
static

Definition at line 104 of file color.hpp.

◆ CornflowerBlue

const color neogfx::color::CornflowerBlue
static

Definition at line 105 of file color.hpp.

◆ Cornsilk

const color neogfx::color::Cornsilk
static

Definition at line 106 of file color.hpp.

◆ Cornsilk1

const color neogfx::color::Cornsilk1
static

Definition at line 107 of file color.hpp.

◆ Cornsilk2

const color neogfx::color::Cornsilk2
static

Definition at line 108 of file color.hpp.

◆ Cornsilk3

const color neogfx::color::Cornsilk3
static

Definition at line 109 of file color.hpp.

◆ Cornsilk4

const color neogfx::color::Cornsilk4
static

Definition at line 110 of file color.hpp.

◆ Cyan

const color neogfx::color::Cyan
static

Definition at line 111 of file color.hpp.

◆ Cyan1

const color neogfx::color::Cyan1
static

Definition at line 112 of file color.hpp.

◆ Cyan2

const color neogfx::color::Cyan2
static

Definition at line 113 of file color.hpp.

◆ Cyan3

const color neogfx::color::Cyan3
static

Definition at line 114 of file color.hpp.

◆ Cyan4

const color neogfx::color::Cyan4
static

Definition at line 115 of file color.hpp.

◆ DarkBlue

const color neogfx::color::DarkBlue
static

Definition at line 116 of file color.hpp.

◆ DarkCyan

const color neogfx::color::DarkCyan
static

Definition at line 117 of file color.hpp.

◆ DarkGoldenrod

const color neogfx::color::DarkGoldenrod
static

Definition at line 118 of file color.hpp.

◆ DarkGoldenrod1

const color neogfx::color::DarkGoldenrod1
static

Definition at line 119 of file color.hpp.

◆ DarkGoldenrod2

const color neogfx::color::DarkGoldenrod2
static

Definition at line 120 of file color.hpp.

◆ DarkGoldenrod3

const color neogfx::color::DarkGoldenrod3
static

Definition at line 121 of file color.hpp.

◆ DarkGoldenrod4

const color neogfx::color::DarkGoldenrod4
static

Definition at line 122 of file color.hpp.

◆ DarkGray

const color neogfx::color::DarkGray
static

Definition at line 123 of file color.hpp.

◆ DarkGreen

const color neogfx::color::DarkGreen
static

Definition at line 124 of file color.hpp.

◆ DarkGrey

const color neogfx::color::DarkGrey
static

Definition at line 125 of file color.hpp.

◆ DarkKhaki

const color neogfx::color::DarkKhaki
static

Definition at line 126 of file color.hpp.

◆ DarkMagenta

const color neogfx::color::DarkMagenta
static

Definition at line 127 of file color.hpp.

◆ DarkOliveGreen

const color neogfx::color::DarkOliveGreen
static

Definition at line 128 of file color.hpp.

◆ DarkOliveGreen1

const color neogfx::color::DarkOliveGreen1
static

Definition at line 129 of file color.hpp.

◆ DarkOliveGreen2

const color neogfx::color::DarkOliveGreen2
static

Definition at line 130 of file color.hpp.

◆ DarkOliveGreen3

const color neogfx::color::DarkOliveGreen3
static

Definition at line 131 of file color.hpp.

◆ DarkOliveGreen4

const color neogfx::color::DarkOliveGreen4
static

Definition at line 132 of file color.hpp.

◆ DarkOrange

const color neogfx::color::DarkOrange
static

Definition at line 133 of file color.hpp.

◆ DarkOrange1

const color neogfx::color::DarkOrange1
static

Definition at line 134 of file color.hpp.

◆ DarkOrange2

const color neogfx::color::DarkOrange2
static

Definition at line 135 of file color.hpp.

◆ DarkOrange3

const color neogfx::color::DarkOrange3
static

Definition at line 136 of file color.hpp.

◆ DarkOrange4

const color neogfx::color::DarkOrange4
static

Definition at line 137 of file color.hpp.

◆ DarkOrchid

const color neogfx::color::DarkOrchid
static

Definition at line 138 of file color.hpp.

◆ DarkOrchid1

const color neogfx::color::DarkOrchid1
static

Definition at line 139 of file color.hpp.

◆ DarkOrchid2

const color neogfx::color::DarkOrchid2
static

Definition at line 140 of file color.hpp.

◆ DarkOrchid3

const color neogfx::color::DarkOrchid3
static

Definition at line 141 of file color.hpp.

◆ DarkOrchid4

const color neogfx::color::DarkOrchid4
static

Definition at line 142 of file color.hpp.

◆ DarkRed

const color neogfx::color::DarkRed
static

Definition at line 143 of file color.hpp.

◆ DarkSalmon

const color neogfx::color::DarkSalmon
static

Definition at line 144 of file color.hpp.

◆ DarkSeaGreen

const color neogfx::color::DarkSeaGreen
static

Definition at line 145 of file color.hpp.

◆ DarkSeaGreen1

const color neogfx::color::DarkSeaGreen1
static

Definition at line 146 of file color.hpp.

◆ DarkSeaGreen2

const color neogfx::color::DarkSeaGreen2
static

Definition at line 147 of file color.hpp.

◆ DarkSeaGreen3

const color neogfx::color::DarkSeaGreen3
static

Definition at line 148 of file color.hpp.

◆ DarkSeaGreen4

const color neogfx::color::DarkSeaGreen4
static

Definition at line 149 of file color.hpp.

◆ DarkSlateBlue

const color neogfx::color::DarkSlateBlue
static

Definition at line 150 of file color.hpp.

◆ DarkSlateGray

const color neogfx::color::DarkSlateGray
static

Definition at line 151 of file color.hpp.

◆ DarkSlateGray1

const color neogfx::color::DarkSlateGray1
static

Definition at line 152 of file color.hpp.

◆ DarkSlateGray2

const color neogfx::color::DarkSlateGray2
static

Definition at line 153 of file color.hpp.

◆ DarkSlateGray3

const color neogfx::color::DarkSlateGray3
static

Definition at line 154 of file color.hpp.

◆ DarkSlateGray4

const color neogfx::color::DarkSlateGray4
static

Definition at line 155 of file color.hpp.

◆ DarkSlateGrey

const color neogfx::color::DarkSlateGrey
static

Definition at line 156 of file color.hpp.

◆ DarkTurquoise

const color neogfx::color::DarkTurquoise
static

Definition at line 157 of file color.hpp.

◆ DarkViolet

const color neogfx::color::DarkViolet
static

Definition at line 158 of file color.hpp.

◆ DebianRed

const color neogfx::color::DebianRed
static

Definition at line 159 of file color.hpp.

◆ DeepPink

const color neogfx::color::DeepPink
static

Definition at line 160 of file color.hpp.

◆ DeepPink1

const color neogfx::color::DeepPink1
static

Definition at line 161 of file color.hpp.

◆ DeepPink2

const color neogfx::color::DeepPink2
static

Definition at line 162 of file color.hpp.

◆ DeepPink3

const color neogfx::color::DeepPink3
static

Definition at line 163 of file color.hpp.

◆ DeepPink4

const color neogfx::color::DeepPink4
static

Definition at line 164 of file color.hpp.

◆ DeepSkyBlue

const color neogfx::color::DeepSkyBlue
static

Definition at line 165 of file color.hpp.

◆ DeepSkyBlue1

const color neogfx::color::DeepSkyBlue1
static

Definition at line 166 of file color.hpp.

◆ DeepSkyBlue2

const color neogfx::color::DeepSkyBlue2
static

Definition at line 167 of file color.hpp.

◆ DeepSkyBlue3

const color neogfx::color::DeepSkyBlue3
static

Definition at line 168 of file color.hpp.

◆ DeepSkyBlue4

const color neogfx::color::DeepSkyBlue4
static

Definition at line 169 of file color.hpp.

◆ DimGray

const color neogfx::color::DimGray
static

Definition at line 170 of file color.hpp.

◆ DimGrey

const color neogfx::color::DimGrey
static

Definition at line 171 of file color.hpp.

◆ DodgerBlue

const color neogfx::color::DodgerBlue
static

Definition at line 172 of file color.hpp.

◆ DodgerBlue1

const color neogfx::color::DodgerBlue1
static

Definition at line 173 of file color.hpp.

◆ DodgerBlue2

const color neogfx::color::DodgerBlue2
static

Definition at line 174 of file color.hpp.

◆ DodgerBlue3

const color neogfx::color::DodgerBlue3
static

Definition at line 175 of file color.hpp.

◆ DodgerBlue4

const color neogfx::color::DodgerBlue4
static

Definition at line 176 of file color.hpp.

◆ Firebrick

const color neogfx::color::Firebrick
static

Definition at line 177 of file color.hpp.

◆ Firebrick1

const color neogfx::color::Firebrick1
static

Definition at line 178 of file color.hpp.

◆ Firebrick2

const color neogfx::color::Firebrick2
static

Definition at line 179 of file color.hpp.

◆ Firebrick3

const color neogfx::color::Firebrick3
static

Definition at line 180 of file color.hpp.

◆ Firebrick4

const color neogfx::color::Firebrick4
static

Definition at line 181 of file color.hpp.

◆ FloralWhite

const color neogfx::color::FloralWhite
static

Definition at line 182 of file color.hpp.

◆ ForestGreen

const color neogfx::color::ForestGreen
static

Definition at line 183 of file color.hpp.

◆ Gainsboro

const color neogfx::color::Gainsboro
static

Definition at line 184 of file color.hpp.

◆ GhostWhite

const color neogfx::color::GhostWhite
static

Definition at line 185 of file color.hpp.

◆ Gold

const color neogfx::color::Gold
static

Definition at line 186 of file color.hpp.

◆ Gold1

const color neogfx::color::Gold1
static

Definition at line 187 of file color.hpp.

◆ Gold2

const color neogfx::color::Gold2
static

Definition at line 188 of file color.hpp.

◆ Gold3

const color neogfx::color::Gold3
static

Definition at line 189 of file color.hpp.

◆ Gold4

const color neogfx::color::Gold4
static

Definition at line 190 of file color.hpp.

◆ Goldenrod

const color neogfx::color::Goldenrod
static

Definition at line 191 of file color.hpp.

◆ Goldenrod1

const color neogfx::color::Goldenrod1
static

Definition at line 192 of file color.hpp.

◆ Goldenrod2

const color neogfx::color::Goldenrod2
static

Definition at line 193 of file color.hpp.

◆ Goldenrod3

const color neogfx::color::Goldenrod3
static

Definition at line 194 of file color.hpp.

◆ Goldenrod4

const color neogfx::color::Goldenrod4
static

Definition at line 195 of file color.hpp.

◆ Gray

const color neogfx::color::Gray
static

Definition at line 196 of file color.hpp.

◆ Gray0

const color neogfx::color::Gray0
static

Definition at line 197 of file color.hpp.

◆ Gray1

const color neogfx::color::Gray1
static

Definition at line 198 of file color.hpp.

◆ Gray10

const color neogfx::color::Gray10
static

Definition at line 199 of file color.hpp.

◆ Gray100

const color neogfx::color::Gray100
static

Definition at line 200 of file color.hpp.

◆ Gray11

const color neogfx::color::Gray11
static

Definition at line 201 of file color.hpp.

◆ Gray12

const color neogfx::color::Gray12
static

Definition at line 202 of file color.hpp.

◆ Gray13

const color neogfx::color::Gray13
static

Definition at line 203 of file color.hpp.

◆ Gray14

const color neogfx::color::Gray14
static

Definition at line 204 of file color.hpp.

◆ Gray15

const color neogfx::color::Gray15
static

Definition at line 205 of file color.hpp.

◆ Gray16

const color neogfx::color::Gray16
static

Definition at line 206 of file color.hpp.

◆ Gray17

const color neogfx::color::Gray17
static

Definition at line 207 of file color.hpp.

◆ Gray18

const color neogfx::color::Gray18
static

Definition at line 208 of file color.hpp.

◆ Gray19

const color neogfx::color::Gray19
static

Definition at line 209 of file color.hpp.

◆ Gray2

const color neogfx::color::Gray2
static

Definition at line 210 of file color.hpp.

◆ Gray20

const color neogfx::color::Gray20
static

Definition at line 211 of file color.hpp.

◆ Gray21

const color neogfx::color::Gray21
static

Definition at line 212 of file color.hpp.

◆ Gray22

const color neogfx::color::Gray22
static

Definition at line 213 of file color.hpp.

◆ Gray23

const color neogfx::color::Gray23
static

Definition at line 214 of file color.hpp.

◆ Gray24

const color neogfx::color::Gray24
static

Definition at line 215 of file color.hpp.

◆ Gray25

const color neogfx::color::Gray25
static

Definition at line 216 of file color.hpp.

◆ Gray26

const color neogfx::color::Gray26
static

Definition at line 217 of file color.hpp.

◆ Gray27

const color neogfx::color::Gray27
static

Definition at line 218 of file color.hpp.

◆ Gray28

const color neogfx::color::Gray28
static

Definition at line 219 of file color.hpp.

◆ Gray29

const color neogfx::color::Gray29
static

Definition at line 220 of file color.hpp.

◆ Gray3

const color neogfx::color::Gray3
static

Definition at line 221 of file color.hpp.

◆ Gray30

const color neogfx::color::Gray30
static

Definition at line 222 of file color.hpp.

◆ Gray31

const color neogfx::color::Gray31
static

Definition at line 223 of file color.hpp.

◆ Gray32

const color neogfx::color::Gray32
static

Definition at line 224 of file color.hpp.

◆ Gray33

const color neogfx::color::Gray33
static

Definition at line 225 of file color.hpp.

◆ Gray34

const color neogfx::color::Gray34
static

Definition at line 226 of file color.hpp.

◆ Gray35

const color neogfx::color::Gray35
static

Definition at line 227 of file color.hpp.

◆ Gray36

const color neogfx::color::Gray36
static

Definition at line 228 of file color.hpp.

◆ Gray37

const color neogfx::color::Gray37
static

Definition at line 229 of file color.hpp.

◆ Gray38

const color neogfx::color::Gray38
static

Definition at line 230 of file color.hpp.

◆ Gray39

const color neogfx::color::Gray39
static

Definition at line 231 of file color.hpp.

◆ Gray4

const color neogfx::color::Gray4
static

Definition at line 232 of file color.hpp.

◆ Gray40

const color neogfx::color::Gray40
static

Definition at line 233 of file color.hpp.

◆ Gray41

const color neogfx::color::Gray41
static

Definition at line 234 of file color.hpp.

◆ Gray42

const color neogfx::color::Gray42
static

Definition at line 235 of file color.hpp.

◆ Gray43

const color neogfx::color::Gray43
static

Definition at line 236 of file color.hpp.

◆ Gray44

const color neogfx::color::Gray44
static

Definition at line 237 of file color.hpp.

◆ Gray45

const color neogfx::color::Gray45
static

Definition at line 238 of file color.hpp.

◆ Gray46

const color neogfx::color::Gray46
static

Definition at line 239 of file color.hpp.

◆ Gray47

const color neogfx::color::Gray47
static

Definition at line 240 of file color.hpp.

◆ Gray48

const color neogfx::color::Gray48
static

Definition at line 241 of file color.hpp.

◆ Gray49

const color neogfx::color::Gray49
static

Definition at line 242 of file color.hpp.

◆ Gray5

const color neogfx::color::Gray5
static

Definition at line 243 of file color.hpp.

◆ Gray50

const color neogfx::color::Gray50
static

Definition at line 244 of file color.hpp.

◆ Gray51

const color neogfx::color::Gray51
static

Definition at line 245 of file color.hpp.

◆ Gray52

const color neogfx::color::Gray52
static

Definition at line 246 of file color.hpp.

◆ Gray53

const color neogfx::color::Gray53
static

Definition at line 247 of file color.hpp.

◆ Gray54

const color neogfx::color::Gray54
static

Definition at line 248 of file color.hpp.

◆ Gray55

const color neogfx::color::Gray55
static

Definition at line 249 of file color.hpp.

◆ Gray56

const color neogfx::color::Gray56
static

Definition at line 250 of file color.hpp.

◆ Gray57

const color neogfx::color::Gray57
static

Definition at line 251 of file color.hpp.

◆ Gray58

const color neogfx::color::Gray58
static

Definition at line 252 of file color.hpp.

◆ Gray59

const color neogfx::color::Gray59
static

Definition at line 253 of file color.hpp.

◆ Gray6

const color neogfx::color::Gray6
static

Definition at line 254 of file color.hpp.

◆ Gray60

const color neogfx::color::Gray60
static

Definition at line 255 of file color.hpp.

◆ Gray61

const color neogfx::color::Gray61
static

Definition at line 256 of file color.hpp.

◆ Gray62

const color neogfx::color::Gray62
static

Definition at line 257 of file color.hpp.

◆ Gray63

const color neogfx::color::Gray63
static

Definition at line 258 of file color.hpp.

◆ Gray64

const color neogfx::color::Gray64
static

Definition at line 259 of file color.hpp.

◆ Gray65

const color neogfx::color::Gray65
static

Definition at line 260 of file color.hpp.

◆ Gray66

const color neogfx::color::Gray66
static

Definition at line 261 of file color.hpp.

◆ Gray67

const color neogfx::color::Gray67
static

Definition at line 262 of file color.hpp.

◆ Gray68

const color neogfx::color::Gray68
static

Definition at line 263 of file color.hpp.

◆ Gray69

const color neogfx::color::Gray69
static

Definition at line 264 of file color.hpp.

◆ Gray7

const color neogfx::color::Gray7
static

Definition at line 265 of file color.hpp.

◆ Gray70

const color neogfx::color::Gray70
static

Definition at line 266 of file color.hpp.

◆ Gray71

const color neogfx::color::Gray71
static

Definition at line 267 of file color.hpp.

◆ Gray72

const color neogfx::color::Gray72
static

Definition at line 268 of file color.hpp.

◆ Gray73

const color neogfx::color::Gray73
static

Definition at line 269 of file color.hpp.

◆ Gray74

const color neogfx::color::Gray74
static

Definition at line 270 of file color.hpp.

◆ Gray75

const color neogfx::color::Gray75
static

Definition at line 271 of file color.hpp.

◆ Gray76

const color neogfx::color::Gray76
static

Definition at line 272 of file color.hpp.

◆ Gray77

const color neogfx::color::Gray77
static

Definition at line 273 of file color.hpp.

◆ Gray78

const color neogfx::color::Gray78
static

Definition at line 274 of file color.hpp.

◆ Gray79

const color neogfx::color::Gray79
static

Definition at line 275 of file color.hpp.

◆ Gray8

const color neogfx::color::Gray8
static

Definition at line 276 of file color.hpp.

◆ Gray80

const color neogfx::color::Gray80
static

Definition at line 277 of file color.hpp.

◆ Gray81

const color neogfx::color::Gray81
static

Definition at line 278 of file color.hpp.

◆ Gray82

const color neogfx::color::Gray82
static

Definition at line 279 of file color.hpp.

◆ Gray83

const color neogfx::color::Gray83
static

Definition at line 280 of file color.hpp.

◆ Gray84

const color neogfx::color::Gray84
static

Definition at line 281 of file color.hpp.

◆ Gray85

const color neogfx::color::Gray85
static

Definition at line 282 of file color.hpp.

◆ Gray86

const color neogfx::color::Gray86
static

Definition at line 283 of file color.hpp.

◆ Gray87

const color neogfx::color::Gray87
static

Definition at line 284 of file color.hpp.

◆ Gray88

const color neogfx::color::Gray88
static

Definition at line 285 of file color.hpp.

◆ Gray89

const color neogfx::color::Gray89
static

Definition at line 286 of file color.hpp.

◆ Gray9

const color neogfx::color::Gray9
static

Definition at line 287 of file color.hpp.

◆ Gray90

const color neogfx::color::Gray90
static

Definition at line 288 of file color.hpp.

◆ Gray91

const color neogfx::color::Gray91
static

Definition at line 289 of file color.hpp.

◆ Gray92

const color neogfx::color::Gray92
static

Definition at line 290 of file color.hpp.

◆ Gray93

const color neogfx::color::Gray93
static

Definition at line 291 of file color.hpp.

◆ Gray94

const color neogfx::color::Gray94
static

Definition at line 292 of file color.hpp.

◆ Gray95

const color neogfx::color::Gray95
static

Definition at line 293 of file color.hpp.

◆ Gray96

const color neogfx::color::Gray96
static

Definition at line 294 of file color.hpp.

◆ Gray97

const color neogfx::color::Gray97
static

Definition at line 295 of file color.hpp.

◆ Gray98

const color neogfx::color::Gray98
static

Definition at line 296 of file color.hpp.

◆ Gray99

const color neogfx::color::Gray99
static

Definition at line 297 of file color.hpp.

◆ Green

const color neogfx::color::Green
static

Definition at line 298 of file color.hpp.

◆ Green1

const color neogfx::color::Green1
static

Definition at line 299 of file color.hpp.

◆ Green2

const color neogfx::color::Green2
static

Definition at line 300 of file color.hpp.

◆ Green3

const color neogfx::color::Green3
static

Definition at line 301 of file color.hpp.

◆ Green4

const color neogfx::color::Green4
static

Definition at line 302 of file color.hpp.

◆ GreenYellow

const color neogfx::color::GreenYellow
static

Definition at line 303 of file color.hpp.

◆ Grey

const color neogfx::color::Grey
static

Definition at line 304 of file color.hpp.

◆ Grey0

const color neogfx::color::Grey0
static

Definition at line 305 of file color.hpp.

◆ Grey1

const color neogfx::color::Grey1
static

Definition at line 306 of file color.hpp.

◆ Grey10

const color neogfx::color::Grey10
static

Definition at line 307 of file color.hpp.

◆ Grey100

const color neogfx::color::Grey100
static

Definition at line 308 of file color.hpp.

◆ Grey11

const color neogfx::color::Grey11
static

Definition at line 309 of file color.hpp.

◆ Grey12

const color neogfx::color::Grey12
static

Definition at line 310 of file color.hpp.

◆ Grey13

const color neogfx::color::Grey13
static

Definition at line 311 of file color.hpp.

◆ Grey14

const color neogfx::color::Grey14
static

Definition at line 312 of file color.hpp.

◆ Grey15

const color neogfx::color::Grey15
static

Definition at line 313 of file color.hpp.

◆ Grey16

const color neogfx::color::Grey16
static

Definition at line 314 of file color.hpp.

◆ Grey17

const color neogfx::color::Grey17
static

Definition at line 315 of file color.hpp.

◆ Grey18

const color neogfx::color::Grey18
static

Definition at line 316 of file color.hpp.

◆ Grey19

const color neogfx::color::Grey19
static

Definition at line 317 of file color.hpp.

◆ Grey2

const color neogfx::color::Grey2
static

Definition at line 318 of file color.hpp.

◆ Grey20

const color neogfx::color::Grey20
static

Definition at line 319 of file color.hpp.

◆ Grey21

const color neogfx::color::Grey21
static

Definition at line 320 of file color.hpp.

◆ Grey22

const color neogfx::color::Grey22
static

Definition at line 321 of file color.hpp.

◆ Grey23

const color neogfx::color::Grey23
static

Definition at line 322 of file color.hpp.

◆ Grey24

const color neogfx::color::Grey24
static

Definition at line 323 of file color.hpp.

◆ Grey25

const color neogfx::color::Grey25
static

Definition at line 324 of file color.hpp.

◆ Grey26

const color neogfx::color::Grey26
static

Definition at line 325 of file color.hpp.

◆ Grey27

const color neogfx::color::Grey27
static

Definition at line 326 of file color.hpp.

◆ Grey28

const color neogfx::color::Grey28
static

Definition at line 327 of file color.hpp.

◆ Grey29

const color neogfx::color::Grey29
static

Definition at line 328 of file color.hpp.

◆ Grey3

const color neogfx::color::Grey3
static

Definition at line 329 of file color.hpp.

◆ Grey30

const color neogfx::color::Grey30
static

Definition at line 330 of file color.hpp.

◆ Grey31

const color neogfx::color::Grey31
static

Definition at line 331 of file color.hpp.

◆ Grey32

const color neogfx::color::Grey32
static

Definition at line 332 of file color.hpp.

◆ Grey33

const color neogfx::color::Grey33
static

Definition at line 333 of file color.hpp.

◆ Grey34

const color neogfx::color::Grey34
static

Definition at line 334 of file color.hpp.

◆ Grey35

const color neogfx::color::Grey35
static

Definition at line 335 of file color.hpp.

◆ Grey36

const color neogfx::color::Grey36
static

Definition at line 336 of file color.hpp.

◆ Grey37

const color neogfx::color::Grey37
static

Definition at line 337 of file color.hpp.

◆ Grey38

const color neogfx::color::Grey38
static

Definition at line 338 of file color.hpp.

◆ Grey39

const color neogfx::color::Grey39
static

Definition at line 339 of file color.hpp.

◆ Grey4

const color neogfx::color::Grey4
static

Definition at line 340 of file color.hpp.

◆ Grey40

const color neogfx::color::Grey40
static

Definition at line 341 of file color.hpp.

◆ Grey41

const color neogfx::color::Grey41
static

Definition at line 342 of file color.hpp.

◆ Grey42

const color neogfx::color::Grey42
static

Definition at line 343 of file color.hpp.

◆ Grey43

const color neogfx::color::Grey43
static

Definition at line 344 of file color.hpp.

◆ Grey44

const color neogfx::color::Grey44
static

Definition at line 345 of file color.hpp.

◆ Grey45

const color neogfx::color::Grey45
static

Definition at line 346 of file color.hpp.

◆ Grey46

const color neogfx::color::Grey46
static

Definition at line 347 of file color.hpp.

◆ Grey47

const color neogfx::color::Grey47
static

Definition at line 348 of file color.hpp.

◆ Grey48

const color neogfx::color::Grey48
static

Definition at line 349 of file color.hpp.

◆ Grey49

const color neogfx::color::Grey49
static

Definition at line 350 of file color.hpp.

◆ Grey5

const color neogfx::color::Grey5
static

Definition at line 351 of file color.hpp.

◆ Grey50

const color neogfx::color::Grey50
static

Definition at line 352 of file color.hpp.

◆ Grey51

const color neogfx::color::Grey51
static

Definition at line 353 of file color.hpp.

◆ Grey52

const color neogfx::color::Grey52
static

Definition at line 354 of file color.hpp.

◆ Grey53

const color neogfx::color::Grey53
static

Definition at line 355 of file color.hpp.

◆ Grey54

const color neogfx::color::Grey54
static

Definition at line 356 of file color.hpp.

◆ Grey55

const color neogfx::color::Grey55
static

Definition at line 357 of file color.hpp.

◆ Grey56

const color neogfx::color::Grey56
static

Definition at line 358 of file color.hpp.

◆ Grey57

const color neogfx::color::Grey57
static

Definition at line 359 of file color.hpp.

◆ Grey58

const color neogfx::color::Grey58
static

Definition at line 360 of file color.hpp.

◆ Grey59

const color neogfx::color::Grey59
static

Definition at line 361 of file color.hpp.

◆ Grey6

const color neogfx::color::Grey6
static

Definition at line 362 of file color.hpp.

◆ Grey60

const color neogfx::color::Grey60
static

Definition at line 363 of file color.hpp.

◆ Grey61

const color neogfx::color::Grey61
static

Definition at line 364 of file color.hpp.

◆ Grey62

const color neogfx::color::Grey62
static

Definition at line 365 of file color.hpp.

◆ Grey63

const color neogfx::color::Grey63
static

Definition at line 366 of file color.hpp.

◆ Grey64

const color neogfx::color::Grey64
static

Definition at line 367 of file color.hpp.

◆ Grey65

const color neogfx::color::Grey65
static

Definition at line 368 of file color.hpp.

◆ Grey66

const color neogfx::color::Grey66
static

Definition at line 369 of file color.hpp.

◆ Grey67

const color neogfx::color::Grey67
static

Definition at line 370 of file color.hpp.

◆ Grey68

const color neogfx::color::Grey68
static

Definition at line 371 of file color.hpp.

◆ Grey69

const color neogfx::color::Grey69
static

Definition at line 372 of file color.hpp.

◆ Grey7

const color neogfx::color::Grey7
static

Definition at line 373 of file color.hpp.

◆ Grey70

const color neogfx::color::Grey70
static

Definition at line 374 of file color.hpp.

◆ Grey71

const color neogfx::color::Grey71
static

Definition at line 375 of file color.hpp.

◆ Grey72

const color neogfx::color::Grey72
static

Definition at line 376 of file color.hpp.

◆ Grey73

const color neogfx::color::Grey73
static

Definition at line 377 of file color.hpp.

◆ Grey74

const color neogfx::color::Grey74
static

Definition at line 378 of file color.hpp.

◆ Grey75

const color neogfx::color::Grey75
static

Definition at line 379 of file color.hpp.

◆ Grey76

const color neogfx::color::Grey76
static

Definition at line 380 of file color.hpp.

◆ Grey77

const color neogfx::color::Grey77
static

Definition at line 381 of file color.hpp.

◆ Grey78

const color neogfx::color::Grey78
static

Definition at line 382 of file color.hpp.

◆ Grey79

const color neogfx::color::Grey79
static

Definition at line 383 of file color.hpp.

◆ Grey8

const color neogfx::color::Grey8
static

Definition at line 384 of file color.hpp.

◆ Grey80

const color neogfx::color::Grey80
static

Definition at line 385 of file color.hpp.

◆ Grey81

const color neogfx::color::Grey81
static

Definition at line 386 of file color.hpp.

◆ Grey82

const color neogfx::color::Grey82
static

Definition at line 387 of file color.hpp.

◆ Grey83

const color neogfx::color::Grey83
static

Definition at line 388 of file color.hpp.

◆ Grey84

const color neogfx::color::Grey84
static

Definition at line 389 of file color.hpp.

◆ Grey85

const color neogfx::color::Grey85
static

Definition at line 390 of file color.hpp.

◆ Grey86

const color neogfx::color::Grey86
static

Definition at line 391 of file color.hpp.

◆ Grey87

const color neogfx::color::Grey87
static

Definition at line 392 of file color.hpp.

◆ Grey88

const color neogfx::color::Grey88
static

Definition at line 393 of file color.hpp.

◆ Grey89

const color neogfx::color::Grey89
static

Definition at line 394 of file color.hpp.

◆ Grey9

const color neogfx::color::Grey9
static

Definition at line 395 of file color.hpp.

◆ Grey90

const color neogfx::color::Grey90
static

Definition at line 396 of file color.hpp.

◆ Grey91

const color neogfx::color::Grey91
static

Definition at line 397 of file color.hpp.

◆ Grey92

const color neogfx::color::Grey92
static

Definition at line 398 of file color.hpp.

◆ Grey93

const color neogfx::color::Grey93
static

Definition at line 399 of file color.hpp.

◆ Grey94

const color neogfx::color::Grey94
static

Definition at line 400 of file color.hpp.

◆ Grey95

const color neogfx::color::Grey95
static

Definition at line 401 of file color.hpp.

◆ Grey96

const color neogfx::color::Grey96
static

Definition at line 402 of file color.hpp.

◆ Grey97

const color neogfx::color::Grey97
static

Definition at line 403 of file color.hpp.

◆ Grey98

const color neogfx::color::Grey98
static

Definition at line 404 of file color.hpp.

◆ Grey99

const color neogfx::color::Grey99
static

Definition at line 405 of file color.hpp.

◆ Honeydew

const color neogfx::color::Honeydew
static

Definition at line 406 of file color.hpp.

◆ Honeydew1

const color neogfx::color::Honeydew1
static

Definition at line 407 of file color.hpp.

◆ Honeydew2

const color neogfx::color::Honeydew2
static

Definition at line 408 of file color.hpp.

◆ Honeydew3

const color neogfx::color::Honeydew3
static

Definition at line 409 of file color.hpp.

◆ Honeydew4

const color neogfx::color::Honeydew4
static

Definition at line 410 of file color.hpp.

◆ HotPink

const color neogfx::color::HotPink
static

Definition at line 411 of file color.hpp.

◆ HotPink1

const color neogfx::color::HotPink1
static

Definition at line 412 of file color.hpp.

◆ HotPink2

const color neogfx::color::HotPink2
static

Definition at line 413 of file color.hpp.

◆ HotPink3

const color neogfx::color::HotPink3
static

Definition at line 414 of file color.hpp.

◆ HotPink4

const color neogfx::color::HotPink4
static

Definition at line 415 of file color.hpp.

◆ IndianRed

const color neogfx::color::IndianRed
static

Definition at line 416 of file color.hpp.

◆ IndianRed1

const color neogfx::color::IndianRed1
static

Definition at line 417 of file color.hpp.

◆ IndianRed2

const color neogfx::color::IndianRed2
static

Definition at line 418 of file color.hpp.

◆ IndianRed3

const color neogfx::color::IndianRed3
static

Definition at line 419 of file color.hpp.

◆ IndianRed4

const color neogfx::color::IndianRed4
static

Definition at line 420 of file color.hpp.

◆ Ivory

const color neogfx::color::Ivory
static

Definition at line 421 of file color.hpp.

◆ Ivory1

const color neogfx::color::Ivory1
static

Definition at line 422 of file color.hpp.

◆ Ivory2

const color neogfx::color::Ivory2
static

Definition at line 423 of file color.hpp.

◆ Ivory3

const color neogfx::color::Ivory3
static

Definition at line 424 of file color.hpp.

◆ Ivory4

const color neogfx::color::Ivory4
static

Definition at line 425 of file color.hpp.

◆ Khaki

const color neogfx::color::Khaki
static

Definition at line 426 of file color.hpp.

◆ Khaki1

const color neogfx::color::Khaki1
static

Definition at line 427 of file color.hpp.

◆ Khaki2

const color neogfx::color::Khaki2
static

Definition at line 428 of file color.hpp.

◆ Khaki3

const color neogfx::color::Khaki3
static

Definition at line 429 of file color.hpp.

◆ Khaki4

const color neogfx::color::Khaki4
static

Definition at line 430 of file color.hpp.

◆ Lavender

const color neogfx::color::Lavender
static

Definition at line 431 of file color.hpp.

◆ LavenderBlush

const color neogfx::color::LavenderBlush
static

Definition at line 432 of file color.hpp.

◆ LavenderBlush1

const color neogfx::color::LavenderBlush1
static

Definition at line 433 of file color.hpp.

◆ LavenderBlush2

const color neogfx::color::LavenderBlush2
static

Definition at line 434 of file color.hpp.

◆ LavenderBlush3

const color neogfx::color::LavenderBlush3
static

Definition at line 435 of file color.hpp.

◆ LavenderBlush4

const color neogfx::color::LavenderBlush4
static

Definition at line 436 of file color.hpp.

◆ LawnGreen

const color neogfx::color::LawnGreen
static

Definition at line 437 of file color.hpp.

◆ LemonChiffon

const color neogfx::color::LemonChiffon
static

Definition at line 438 of file color.hpp.

◆ LemonChiffon1

const color neogfx::color::LemonChiffon1
static

Definition at line 439 of file color.hpp.

◆ LemonChiffon2

const color neogfx::color::LemonChiffon2
static

Definition at line 440 of file color.hpp.

◆ LemonChiffon3

const color neogfx::color::LemonChiffon3
static

Definition at line 441 of file color.hpp.

◆ LemonChiffon4

const color neogfx::color::LemonChiffon4
static

Definition at line 442 of file color.hpp.

◆ LightBlue

const color neogfx::color::LightBlue
static

Definition at line 443 of file color.hpp.

◆ LightBlue1

const color neogfx::color::LightBlue1
static

Definition at line 444 of file color.hpp.

◆ LightBlue2

const color neogfx::color::LightBlue2
static

Definition at line 445 of file color.hpp.

◆ LightBlue3

const color neogfx::color::LightBlue3
static

Definition at line 446 of file color.hpp.

◆ LightBlue4

const color neogfx::color::LightBlue4
static

Definition at line 447 of file color.hpp.

◆ LightCoral

const color neogfx::color::LightCoral
static

Definition at line 448 of file color.hpp.

◆ LightCyan

const color neogfx::color::LightCyan
static

Definition at line 449 of file color.hpp.

◆ LightCyan1

const color neogfx::color::LightCyan1
static

Definition at line 450 of file color.hpp.

◆ LightCyan2

const color neogfx::color::LightCyan2
static

Definition at line 451 of file color.hpp.

◆ LightCyan3

const color neogfx::color::LightCyan3
static

Definition at line 452 of file color.hpp.

◆ LightCyan4

const color neogfx::color::LightCyan4
static

Definition at line 453 of file color.hpp.

◆ LightGoldenrod

const color neogfx::color::LightGoldenrod
static

Definition at line 454 of file color.hpp.

◆ LightGoldenrod1

const color neogfx::color::LightGoldenrod1
static

Definition at line 455 of file color.hpp.

◆ LightGoldenrod2

const color neogfx::color::LightGoldenrod2
static

Definition at line 456 of file color.hpp.

◆ LightGoldenrod3

const color neogfx::color::LightGoldenrod3
static

Definition at line 457 of file color.hpp.

◆ LightGoldenrod4

const color neogfx::color::LightGoldenrod4
static

Definition at line 458 of file color.hpp.

◆ LightGoldenrodYellow

const color neogfx::color::LightGoldenrodYellow
static

Definition at line 459 of file color.hpp.

◆ LightGray

const color neogfx::color::LightGray
static

Definition at line 460 of file color.hpp.

◆ LightGreen

const color neogfx::color::LightGreen
static

Definition at line 461 of file color.hpp.

◆ LightGrey

const color neogfx::color::LightGrey
static

Definition at line 462 of file color.hpp.

◆ LightPink

const color neogfx::color::LightPink
static

Definition at line 463 of file color.hpp.

◆ LightPink1

const color neogfx::color::LightPink1
static

Definition at line 464 of file color.hpp.

◆ LightPink2

const color neogfx::color::LightPink2
static

Definition at line 465 of file color.hpp.

◆ LightPink3

const color neogfx::color::LightPink3
static

Definition at line 466 of file color.hpp.

◆ LightPink4

const color neogfx::color::LightPink4
static

Definition at line 467 of file color.hpp.

◆ LightSalmon

const color neogfx::color::LightSalmon
static

Definition at line 468 of file color.hpp.

◆ LightSalmon1

const color neogfx::color::LightSalmon1
static

Definition at line 469 of file color.hpp.

◆ LightSalmon2

const color neogfx::color::LightSalmon2
static

Definition at line 470 of file color.hpp.

◆ LightSalmon3

const color neogfx::color::LightSalmon3
static

Definition at line 471 of file color.hpp.

◆ LightSalmon4

const color neogfx::color::LightSalmon4
static

Definition at line 472 of file color.hpp.

◆ LightSeaGreen

const color neogfx::color::LightSeaGreen
static

Definition at line 473 of file color.hpp.

◆ LightSkyBlue

const color neogfx::color::LightSkyBlue
static

Definition at line 474 of file color.hpp.

◆ LightSkyBlue1

const color neogfx::color::LightSkyBlue1
static

Definition at line 475 of file color.hpp.

◆ LightSkyBlue2

const color neogfx::color::LightSkyBlue2
static

Definition at line 476 of file color.hpp.

◆ LightSkyBlue3

const color neogfx::color::LightSkyBlue3
static

Definition at line 477 of file color.hpp.

◆ LightSkyBlue4

const color neogfx::color::LightSkyBlue4
static

Definition at line 478 of file color.hpp.

◆ LightSlateBlue

const color neogfx::color::LightSlateBlue
static

Definition at line 479 of file color.hpp.

◆ LightSlateGray

const color neogfx::color::LightSlateGray
static

Definition at line 480 of file color.hpp.

◆ LightSlateGrey

const color neogfx::color::LightSlateGrey
static

Definition at line 481 of file color.hpp.

◆ LightSteelBlue

const color neogfx::color::LightSteelBlue
static

Definition at line 482 of file color.hpp.

◆ LightSteelBlue1

const color neogfx::color::LightSteelBlue1
static

Definition at line 483 of file color.hpp.

◆ LightSteelBlue2

const color neogfx::color::LightSteelBlue2
static

Definition at line 484 of file color.hpp.

◆ LightSteelBlue3

const color neogfx::color::LightSteelBlue3
static

Definition at line 485 of file color.hpp.

◆ LightSteelBlue4

const color neogfx::color::LightSteelBlue4
static

Definition at line 486 of file color.hpp.

◆ LightYellow

const color neogfx::color::LightYellow
static

Definition at line 487 of file color.hpp.

◆ LightYellow1

const color neogfx::color::LightYellow1
static

Definition at line 488 of file color.hpp.

◆ LightYellow2

const color neogfx::color::LightYellow2
static

Definition at line 489 of file color.hpp.

◆ LightYellow3

const color neogfx::color::LightYellow3
static

Definition at line 490 of file color.hpp.

◆ LightYellow4

const color neogfx::color::LightYellow4
static

Definition at line 491 of file color.hpp.

◆ LimeGreen

const color neogfx::color::LimeGreen
static

Definition at line 492 of file color.hpp.

◆ Linen

const color neogfx::color::Linen
static

Definition at line 493 of file color.hpp.

◆ Magenta

const color neogfx::color::Magenta
static

Definition at line 494 of file color.hpp.

◆ Magenta1

const color neogfx::color::Magenta1
static

Definition at line 495 of file color.hpp.

◆ Magenta2

const color neogfx::color::Magenta2
static

Definition at line 496 of file color.hpp.

◆ Magenta3

const color neogfx::color::Magenta3
static

Definition at line 497 of file color.hpp.

◆ Magenta4

const color neogfx::color::Magenta4
static

Definition at line 498 of file color.hpp.

◆ Maroon

const color neogfx::color::Maroon
static

Definition at line 499 of file color.hpp.

◆ Maroon1

const color neogfx::color::Maroon1
static

Definition at line 500 of file color.hpp.

◆ Maroon2

const color neogfx::color::Maroon2
static

Definition at line 501 of file color.hpp.

◆ Maroon3

const color neogfx::color::Maroon3
static

Definition at line 502 of file color.hpp.

◆ Maroon4

const color neogfx::color::Maroon4
static

Definition at line 503 of file color.hpp.

◆ MaxComponetValue

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

Definition at line 705 of file color.hpp.

◆ MediumAquamarine

const color neogfx::color::MediumAquamarine
static

Definition at line 504 of file color.hpp.

◆ MediumBlue

const color neogfx::color::MediumBlue
static

Definition at line 505 of file color.hpp.

◆ MediumOrchid

const color neogfx::color::MediumOrchid
static

Definition at line 506 of file color.hpp.

◆ MediumOrchid1

const color neogfx::color::MediumOrchid1
static

Definition at line 507 of file color.hpp.

◆ MediumOrchid2

const color neogfx::color::MediumOrchid2
static

Definition at line 508 of file color.hpp.

◆ MediumOrchid3

const color neogfx::color::MediumOrchid3
static

Definition at line 509 of file color.hpp.

◆ MediumOrchid4

const color neogfx::color::MediumOrchid4
static

Definition at line 510 of file color.hpp.

◆ MediumPurple

const color neogfx::color::MediumPurple
static

Definition at line 511 of file color.hpp.

◆ MediumPurple1

const color neogfx::color::MediumPurple1
static

Definition at line 512 of file color.hpp.

◆ MediumPurple2

const color neogfx::color::MediumPurple2
static

Definition at line 513 of file color.hpp.

◆ MediumPurple3

const color neogfx::color::MediumPurple3
static

Definition at line 514 of file color.hpp.

◆ MediumPurple4

const color neogfx::color::MediumPurple4
static

Definition at line 515 of file color.hpp.

◆ MediumSeaGreen

const color neogfx::color::MediumSeaGreen
static

Definition at line 516 of file color.hpp.

◆ MediumSlateBlue

const color neogfx::color::MediumSlateBlue
static

Definition at line 517 of file color.hpp.

◆ MediumSpringGreen

const color neogfx::color::MediumSpringGreen
static

Definition at line 518 of file color.hpp.

◆ MediumTurquoise

const color neogfx::color::MediumTurquoise
static

Definition at line 519 of file color.hpp.

◆ MediumVioletRed

const color neogfx::color::MediumVioletRed
static

Definition at line 520 of file color.hpp.

◆ MidnightBlue

const color neogfx::color::MidnightBlue
static

Definition at line 521 of file color.hpp.

◆ MinComponetValue

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

Definition at line 704 of file color.hpp.

◆ MintCream

const color neogfx::color::MintCream
static

Definition at line 522 of file color.hpp.

◆ MistyRose

const color neogfx::color::MistyRose
static

Definition at line 523 of file color.hpp.

◆ MistyRose1

const color neogfx::color::MistyRose1
static

Definition at line 524 of file color.hpp.

◆ MistyRose2

const color neogfx::color::MistyRose2
static

Definition at line 525 of file color.hpp.

◆ MistyRose3

const color neogfx::color::MistyRose3
static

Definition at line 526 of file color.hpp.

◆ MistyRose4

const color neogfx::color::MistyRose4
static

Definition at line 527 of file color.hpp.

◆ Moccasin

const color neogfx::color::Moccasin
static

Definition at line 528 of file color.hpp.

◆ NavajoWhite

const color neogfx::color::NavajoWhite
static

Definition at line 529 of file color.hpp.

◆ NavajoWhite1

const color neogfx::color::NavajoWhite1
static

Definition at line 530 of file color.hpp.

◆ NavajoWhite2

const color neogfx::color::NavajoWhite2
static

Definition at line 531 of file color.hpp.

◆ NavajoWhite3

const color neogfx::color::NavajoWhite3
static

Definition at line 532 of file color.hpp.

◆ NavajoWhite4

const color neogfx::color::NavajoWhite4
static

Definition at line 533 of file color.hpp.

◆ Navy

const color neogfx::color::Navy
static

Definition at line 534 of file color.hpp.

◆ NavyBlue

const color neogfx::color::NavyBlue
static

Definition at line 535 of file color.hpp.

◆ OldLace

const color neogfx::color::OldLace
static

Definition at line 536 of file color.hpp.

◆ OliveDrab

const color neogfx::color::OliveDrab
static

Definition at line 537 of file color.hpp.

◆ OliveDrab1

const color neogfx::color::OliveDrab1
static

Definition at line 538 of file color.hpp.

◆ OliveDrab2

const color neogfx::color::OliveDrab2
static

Definition at line 539 of file color.hpp.

◆ OliveDrab3

const color neogfx::color::OliveDrab3
static

Definition at line 540 of file color.hpp.

◆ OliveDrab4

const color neogfx::color::OliveDrab4
static

Definition at line 541 of file color.hpp.

◆ Orange

const color neogfx::color::Orange
static

Definition at line 542 of file color.hpp.

◆ Orange1

const color neogfx::color::Orange1
static

Definition at line 543 of file color.hpp.

◆ Orange2

const color neogfx::color::Orange2
static

Definition at line 544 of file color.hpp.

◆ Orange3

const color neogfx::color::Orange3
static

Definition at line 545 of file color.hpp.

◆ Orange4

const color neogfx::color::Orange4
static

Definition at line 546 of file color.hpp.

◆ OrangeRed

const color neogfx::color::OrangeRed
static

Definition at line 547 of file color.hpp.

◆ OrangeRed1

const color neogfx::color::OrangeRed1
static

Definition at line 548 of file color.hpp.

◆ OrangeRed2

const color neogfx::color::OrangeRed2
static

Definition at line 549 of file color.hpp.

◆ OrangeRed3

const color neogfx::color::OrangeRed3
static

Definition at line 550 of file color.hpp.

◆ OrangeRed4

const color neogfx::color::OrangeRed4
static

Definition at line 551 of file color.hpp.

◆ Orchid

const color neogfx::color::Orchid
static

Definition at line 552 of file color.hpp.

◆ Orchid1

const color neogfx::color::Orchid1
static

Definition at line 553 of file color.hpp.

◆ Orchid2

const color neogfx::color::Orchid2
static

Definition at line 554 of file color.hpp.

◆ Orchid3

const color neogfx::color::Orchid3
static

Definition at line 555 of file color.hpp.

◆ Orchid4

const color neogfx::color::Orchid4
static

Definition at line 556 of file color.hpp.

◆ PaleGoldenrod

const color neogfx::color::PaleGoldenrod
static

Definition at line 557 of file color.hpp.

◆ PaleGreen

const color neogfx::color::PaleGreen
static

Definition at line 558 of file color.hpp.

◆ PaleGreen1

const color neogfx::color::PaleGreen1
static

Definition at line 559 of file color.hpp.

◆ PaleGreen2

const color neogfx::color::PaleGreen2
static

Definition at line 560 of file color.hpp.

◆ PaleGreen3

const color neogfx::color::PaleGreen3
static

Definition at line 561 of file color.hpp.

◆ PaleGreen4

const color neogfx::color::PaleGreen4
static

Definition at line 562 of file color.hpp.

◆ PaleTurquoise

const color neogfx::color::PaleTurquoise
static

Definition at line 563 of file color.hpp.

◆ PaleTurquoise1

const color neogfx::color::PaleTurquoise1
static

Definition at line 564 of file color.hpp.

◆ PaleTurquoise2

const color neogfx::color::PaleTurquoise2
static

Definition at line 565 of file color.hpp.

◆ PaleTurquoise3

const color neogfx::color::PaleTurquoise3
static

Definition at line 566 of file color.hpp.

◆ PaleTurquoise4

const color neogfx::color::PaleTurquoise4
static

Definition at line 567 of file color.hpp.

◆ PaleVioletRed

const color neogfx::color::PaleVioletRed
static

Definition at line 568 of file color.hpp.

◆ PaleVioletRed1

const color neogfx::color::PaleVioletRed1
static

Definition at line 569 of file color.hpp.

◆ PaleVioletRed2

const color neogfx::color::PaleVioletRed2
static

Definition at line 570 of file color.hpp.

◆ PaleVioletRed3

const color neogfx::color::PaleVioletRed3
static

Definition at line 571 of file color.hpp.

◆ PaleVioletRed4

const color neogfx::color::PaleVioletRed4
static

Definition at line 572 of file color.hpp.

◆ PapayaWhip

const color neogfx::color::PapayaWhip
static

Definition at line 573 of file color.hpp.

◆ PeachPuff

const color neogfx::color::PeachPuff
static

Definition at line 574 of file color.hpp.

◆ PeachPuff1

const color neogfx::color::PeachPuff1
static

Definition at line 575 of file color.hpp.

◆ PeachPuff2

const color neogfx::color::PeachPuff2
static

Definition at line 576 of file color.hpp.

◆ PeachPuff3

const color neogfx::color::PeachPuff3
static

Definition at line 577 of file color.hpp.

◆ PeachPuff4

const color neogfx::color::PeachPuff4
static

Definition at line 578 of file color.hpp.

◆ Peru

const color neogfx::color::Peru
static

Definition at line 579 of file color.hpp.

◆ Pink

const color neogfx::color::Pink
static

Definition at line 580 of file color.hpp.

◆ Pink1

const color neogfx::color::Pink1
static

Definition at line 581 of file color.hpp.

◆ Pink2

const color neogfx::color::Pink2
static

Definition at line 582 of file color.hpp.

◆ Pink3

const color neogfx::color::Pink3
static

Definition at line 583 of file color.hpp.

◆ Pink4

const color neogfx::color::Pink4
static

Definition at line 584 of file color.hpp.

◆ Plum

const color neogfx::color::Plum
static

Definition at line 585 of file color.hpp.

◆ Plum1

const color neogfx::color::Plum1
static

Definition at line 586 of file color.hpp.

◆ Plum2

const color neogfx::color::Plum2
static

Definition at line 587 of file color.hpp.

◆ Plum3

const color neogfx::color::Plum3
static

Definition at line 588 of file color.hpp.

◆ Plum4

const color neogfx::color::Plum4
static

Definition at line 589 of file color.hpp.

◆ PowderBlue

const color neogfx::color::PowderBlue
static

Definition at line 590 of file color.hpp.

◆ Purple

const color neogfx::color::Purple
static

Definition at line 591 of file color.hpp.

◆ Purple1

const color neogfx::color::Purple1
static

Definition at line 592 of file color.hpp.

◆ Purple2

const color neogfx::color::Purple2
static

Definition at line 593 of file color.hpp.

◆ Purple3

const color neogfx::color::Purple3
static

Definition at line 594 of file color.hpp.

◆ Purple4

const color neogfx::color::Purple4
static

Definition at line 595 of file color.hpp.

◆ Red

const color neogfx::color::Red
static

Definition at line 596 of file color.hpp.

◆ Red1

const color neogfx::color::Red1
static

Definition at line 597 of file color.hpp.

◆ Red2

const color neogfx::color::Red2
static

Definition at line 598 of file color.hpp.

◆ Red3

const color neogfx::color::Red3
static

Definition at line 599 of file color.hpp.

◆ Red4

const color neogfx::color::Red4
static

Definition at line 600 of file color.hpp.

◆ RosyBrown

const color neogfx::color::RosyBrown
static

Definition at line 601 of file color.hpp.

◆ RosyBrown1

const color neogfx::color::RosyBrown1
static

Definition at line 602 of file color.hpp.

◆ RosyBrown2

const color neogfx::color::RosyBrown2
static

Definition at line 603 of file color.hpp.

◆ RosyBrown3

const color neogfx::color::RosyBrown3
static

Definition at line 604 of file color.hpp.

◆ RosyBrown4

const color neogfx::color::RosyBrown4
static

Definition at line 605 of file color.hpp.

◆ RoyalBlue

const color neogfx::color::RoyalBlue
static

Definition at line 606 of file color.hpp.

◆ RoyalBlue1

const color neogfx::color::RoyalBlue1
static

Definition at line 607 of file color.hpp.

◆ RoyalBlue2

const color neogfx::color::RoyalBlue2
static

Definition at line 608 of file color.hpp.

◆ RoyalBlue3

const color neogfx::color::RoyalBlue3
static

Definition at line 609 of file color.hpp.

◆ RoyalBlue4

const color neogfx::color::RoyalBlue4
static

Definition at line 610 of file color.hpp.

◆ SaddleBrown

const color neogfx::color::SaddleBrown
static

Definition at line 611 of file color.hpp.

◆ Salmon

const color neogfx::color::Salmon
static

Definition at line 612 of file color.hpp.

◆ Salmon1

const color neogfx::color::Salmon1
static

Definition at line 613 of file color.hpp.

◆ Salmon2

const color neogfx::color::Salmon2
static

Definition at line 614 of file color.hpp.

◆ Salmon3

const color neogfx::color::Salmon3
static

Definition at line 615 of file color.hpp.

◆ Salmon4

const color neogfx::color::Salmon4
static

Definition at line 616 of file color.hpp.

◆ SandyBrown

const color neogfx::color::SandyBrown
static

Definition at line 617 of file color.hpp.

◆ SeaGreen

const color neogfx::color::SeaGreen
static

Definition at line 618 of file color.hpp.

◆ SeaGreen1

const color neogfx::color::SeaGreen1
static

Definition at line 619 of file color.hpp.

◆ SeaGreen2

const color neogfx::color::SeaGreen2
static

Definition at line 620 of file color.hpp.

◆ SeaGreen3

const color neogfx::color::SeaGreen3
static

Definition at line 621 of file color.hpp.

◆ SeaGreen4

const color neogfx::color::SeaGreen4
static

Definition at line 622 of file color.hpp.

◆ Seashell

const color neogfx::color::Seashell
static

Definition at line 623 of file color.hpp.

◆ Seashell1

const color neogfx::color::Seashell1
static

Definition at line 624 of file color.hpp.

◆ Seashell2

const color neogfx::color::Seashell2
static

Definition at line 625 of file color.hpp.

◆ Seashell3

const color neogfx::color::Seashell3
static

Definition at line 626 of file color.hpp.

◆ Seashell4

const color neogfx::color::Seashell4
static

Definition at line 627 of file color.hpp.

◆ Sienna

const color neogfx::color::Sienna
static

Definition at line 628 of file color.hpp.

◆ Sienna1

const color neogfx::color::Sienna1
static

Definition at line 629 of file color.hpp.

◆ Sienna2

const color neogfx::color::Sienna2
static

Definition at line 630 of file color.hpp.

◆ Sienna3

const color neogfx::color::Sienna3
static

Definition at line 631 of file color.hpp.

◆ Sienna4

const color neogfx::color::Sienna4
static

Definition at line 632 of file color.hpp.

◆ SkyBlue

const color neogfx::color::SkyBlue
static

Definition at line 633 of file color.hpp.

◆ SkyBlue1

const color neogfx::color::SkyBlue1
static

Definition at line 634 of file color.hpp.

◆ SkyBlue2

const color neogfx::color::SkyBlue2
static

Definition at line 635 of file color.hpp.

◆ SkyBlue3

const color neogfx::color::SkyBlue3
static

Definition at line 636 of file color.hpp.

◆ SkyBlue4

const color neogfx::color::SkyBlue4
static

Definition at line 637 of file color.hpp.

◆ SlateBlue

const color neogfx::color::SlateBlue
static

Definition at line 638 of file color.hpp.

◆ SlateBlue1

const color neogfx::color::SlateBlue1
static

Definition at line 639 of file color.hpp.

◆ SlateBlue2

const color neogfx::color::SlateBlue2
static

Definition at line 640 of file color.hpp.

◆ SlateBlue3

const color neogfx::color::SlateBlue3
static

Definition at line 641 of file color.hpp.

◆ SlateBlue4

const color neogfx::color::SlateBlue4
static

Definition at line 642 of file color.hpp.

◆ SlateGray

const color neogfx::color::SlateGray
static

Definition at line 643 of file color.hpp.

◆ SlateGray1

const color neogfx::color::SlateGray1
static

Definition at line 644 of file color.hpp.

◆ SlateGray2

const color neogfx::color::SlateGray2
static

Definition at line 645 of file color.hpp.

◆ SlateGray3

const color neogfx::color::SlateGray3
static

Definition at line 646 of file color.hpp.

◆ SlateGray4

const color neogfx::color::SlateGray4
static

Definition at line 647 of file color.hpp.

◆ SlateGrey

const color neogfx::color::SlateGrey
static

Definition at line 648 of file color.hpp.

◆ Snow

const color neogfx::color::Snow
static

Definition at line 649 of file color.hpp.

◆ Snow1

const color neogfx::color::Snow1
static

Definition at line 650 of file color.hpp.

◆ Snow2

const color neogfx::color::Snow2
static

Definition at line 651 of file color.hpp.

◆ Snow3

const color neogfx::color::Snow3
static

Definition at line 652 of file color.hpp.

◆ Snow4

const color neogfx::color::Snow4
static

Definition at line 653 of file color.hpp.

◆ SpringGreen

const color neogfx::color::SpringGreen
static

Definition at line 654 of file color.hpp.

◆ SpringGreen1

const color neogfx::color::SpringGreen1
static

Definition at line 655 of file color.hpp.

◆ SpringGreen2

const color neogfx::color::SpringGreen2
static

Definition at line 656 of file color.hpp.

◆ SpringGreen3

const color neogfx::color::SpringGreen3
static

Definition at line 657 of file color.hpp.

◆ SpringGreen4

const color neogfx::color::SpringGreen4
static

Definition at line 658 of file color.hpp.

◆ SteelBlue

const color neogfx::color::SteelBlue
static

Definition at line 659 of file color.hpp.

◆ SteelBlue1

const color neogfx::color::SteelBlue1
static

Definition at line 660 of file color.hpp.

◆ SteelBlue2

const color neogfx::color::SteelBlue2
static

Definition at line 661 of file color.hpp.

◆ SteelBlue3

const color neogfx::color::SteelBlue3
static

Definition at line 662 of file color.hpp.

◆ SteelBlue4

const color neogfx::color::SteelBlue4
static

Definition at line 663 of file color.hpp.

◆ Tan

const color neogfx::color::Tan
static

Definition at line 664 of file color.hpp.

◆ Tan1

const color neogfx::color::Tan1
static

Definition at line 665 of file color.hpp.

◆ Tan2

const color neogfx::color::Tan2
static

Definition at line 666 of file color.hpp.

◆ Tan3

const color neogfx::color::Tan3
static

Definition at line 667 of file color.hpp.

◆ Tan4

const color neogfx::color::Tan4
static

Definition at line 668 of file color.hpp.

◆ Thistle

const color neogfx::color::Thistle
static

Definition at line 669 of file color.hpp.

◆ Thistle1

const color neogfx::color::Thistle1
static

Definition at line 670 of file color.hpp.

◆ Thistle2

const color neogfx::color::Thistle2
static

Definition at line 671 of file color.hpp.

◆ Thistle3

const color neogfx::color::Thistle3
static

Definition at line 672 of file color.hpp.

◆ Thistle4

const color neogfx::color::Thistle4
static

Definition at line 673 of file color.hpp.

◆ Tomato

const color neogfx::color::Tomato
static

Definition at line 674 of file color.hpp.

◆ Tomato1

const color neogfx::color::Tomato1
static

Definition at line 675 of file color.hpp.

◆ Tomato2

const color neogfx::color::Tomato2
static

Definition at line 676 of file color.hpp.

◆ Tomato3

const color neogfx::color::Tomato3
static

Definition at line 677 of file color.hpp.

◆ Tomato4

const color neogfx::color::Tomato4
static

Definition at line 678 of file color.hpp.

◆ Turquoise

const color neogfx::color::Turquoise
static

Definition at line 679 of file color.hpp.

◆ Turquoise1

const color neogfx::color::Turquoise1
static

Definition at line 680 of file color.hpp.

◆ Turquoise2

const color neogfx::color::Turquoise2
static

Definition at line 681 of file color.hpp.

◆ Turquoise3

const color neogfx::color::Turquoise3
static

Definition at line 682 of file color.hpp.

◆ Turquoise4

const color neogfx::color::Turquoise4
static

Definition at line 683 of file color.hpp.

◆ Violet

const color neogfx::color::Violet
static

Definition at line 684 of file color.hpp.

◆ VioletRed

const color neogfx::color::VioletRed
static

Definition at line 685 of file color.hpp.

◆ VioletRed1

const color neogfx::color::VioletRed1
static

Definition at line 686 of file color.hpp.

◆ VioletRed2

const color neogfx::color::VioletRed2
static

Definition at line 687 of file color.hpp.

◆ VioletRed3

const color neogfx::color::VioletRed3
static

Definition at line 688 of file color.hpp.

◆ VioletRed4

const color neogfx::color::VioletRed4
static

Definition at line 689 of file color.hpp.

◆ Wheat

const color neogfx::color::Wheat
static

Definition at line 690 of file color.hpp.

◆ Wheat1

const color neogfx::color::Wheat1
static

Definition at line 691 of file color.hpp.

◆ Wheat2

const color neogfx::color::Wheat2
static

Definition at line 692 of file color.hpp.

◆ Wheat3

const color neogfx::color::Wheat3
static

Definition at line 693 of file color.hpp.

◆ Wheat4

const color neogfx::color::Wheat4
static

Definition at line 694 of file color.hpp.

◆ White

const color neogfx::color::White
static

Definition at line 695 of file color.hpp.

◆ WhiteSmoke

const color neogfx::color::WhiteSmoke
static

Definition at line 696 of file color.hpp.

◆ Yellow

const color neogfx::color::Yellow
static

Definition at line 697 of file color.hpp.

◆ Yellow1

const color neogfx::color::Yellow1
static

Definition at line 698 of file color.hpp.

◆ Yellow2

const color neogfx::color::Yellow2
static

Definition at line 699 of file color.hpp.

◆ Yellow3

const color neogfx::color::Yellow3
static

Definition at line 700 of file color.hpp.

◆ Yellow4

const color neogfx::color::Yellow4
static

Definition at line 701 of file color.hpp.

◆ YellowGreen

const color neogfx::color::YellowGreen
static

Definition at line 702 of file color.hpp.


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