neoGFX
Cross-platform C++ app/game engine
Loading...
Searching...
No Matches
neogfx::sRGB_color Class Reference

#include <color.hpp>

Inheritance diagram for neogfx::sRGB_color:
neogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color > neogfx::basic_color< ColorSpace, BaseComponent, ViewComponent, ColorComponentCount, Derived > neolib::math::basic_vector< T, _Size, Type >

Public Types

typedef view_component component
 
- Public Types inherited from neogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >
typedef uint32_t argb
 
typedef base_type abstract_type
 
typedef scalar base_component
 
typedef uint8_t view_component
 
typedef color_return_type_cracker< self_type, derived_type >::return_type return_type
 
- Public Types inherited from neogfx::basic_color< ColorSpace, BaseComponent, ViewComponent, ColorComponentCount, Derived >
typedef base_type abstract_type
 
typedef BaseComponent base_component
 
typedef ViewComponent view_component
 
typedef color_return_type_cracker< self_type, derived_type >::return_type return_type
 
- Public Types inherited from neolib::math::basic_vector< T, _Size, Type >
typedef self_type abstract_type
 
typedef Type type
 
typedef T value_type
 
typedef basic_vector< value_type, _Size, Type > vector_type
 
typedef uint32_t size_type
 
typedef std::array< value_type, _Sizearray_type
 
typedef array_type::const_iterator const_iterator
 
typedef array_type::iterator iterator
 

Public Member Functions

 sRGB_color ()
 
 sRGB_color (const sRGB_color &aOther)
 
 sRGB_color (const abstract_type &aOther)
 
 sRGB_color (const base_type &aOther)
 
 sRGB_color (const linear_color &aLinear)
 
 sRGB_color (std::string const &aTextValue)
 
sRGB_coloroperator= (const sRGB_color &aOther)
 
sRGB_coloroperator= (const base_type &aOther)
 
bool operator== (const sRGB_color &aOther) const
 
bool operator< (const sRGB_color &aOther) const
 
auto operator<=> (const sRGB_color &aOther) const =default
 
linear_color to_linear () const
 
scalar brightness () const
 
scalar luma () const
 
- Public Member Functions inherited from neogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >
 basic_rgb_color ()
 
 basic_rgb_color (const self_type &aOther)
 
 basic_rgb_color (const vec3 &aBaseNoAlpha)
 
 basic_rgb_color (const vec4 &aBase)
 
 basic_rgb_color (view_component aRed, view_component aGreen, view_component aBlue, view_component aAlpha=0xFF)
 
 basic_rgb_color (int32_t aRed, int32_t aGreen, int32_t aBlue, int32_t aAlpha=0xFF)
 
 basic_rgb_color (uint32_t aRed, uint32_t aGreen, uint32_t aBlue, uint32_t aAlpha=0xFF)
 
 basic_rgb_color (T aRed, T aGreen, T aBlue, T aAlpha=1.0, std::enable_if_t< std::is_scalar_v< T > &&!std::is_same_v< view_component, T >, sfinae >={})
 
 basic_rgb_color (argb aValue)
 
self_typeoperator= (const self_type &aOther)
 
self_typeoperator= (const base_type &aOther)
 
view_component red () const
 
red () const
 
view_component green () const
 
green () const
 
view_component blue () const
 
blue () const
 
return_typeset_red (view_component aRed)
 
return_typeset_red (T aRed)
 
return_typeset_green (view_component aGreen)
 
return_typeset_green (T aGreen)
 
return_typeset_blue (view_component aBlue)
 
return_typeset_blue (T aBlue)
 
return_type with_red (view_component aRed) const
 
return_type with_red (T aRed) const
 
return_type with_green (view_component aGreen) const
 
return_type with_green (T aGreen) const
 
return_type with_blue (view_component aBlue) const
 
return_type with_blue (T aBlue) const
 
argb as_argb () const
 
hsl_color to_hsl () const
 
hsv_color to_hsv () const
 
scalar intensity () const
 
bool similar_intensity (const self_type &aOther, scalar aThreshold=0.5) const
 
return_type mid (const self_type &aOther) const
 
return_type mix (const self_type &aOther, scalar aValue) const
 
bool light (scalar aThreshold=0.50) const
 
bool dark (scalar aThreshold=0.50) const
 
return_typelighten (view_component aDelta)
 
return_typedarken (view_component aDelta)
 
return_type lighter (view_component aDelta) const
 
return_type darker (view_component aDelta) const
 
return_typeshade (view_component aDelta)
 
return_typeunshade (view_component aDelta)
 
return_type shaded (view_component aDelta) const
 
return_type unshaded (view_component aDelta) const
 
return_type monochrome () const
 
return_type same_lightness_as (const self_type &aOther) const
 
return_type with_lightness (scalar aLightness) const
 
return_type inverse () const
 
return_typeoperator+= (view_component aDelta)
 
return_typeoperator-= (view_component aDelta)
 
return_type operator~ () const
 
bool operator== (const self_type &aOther) const
 
bool operator< (const self_type &aOther) const
 
auto operator<=> (const self_type &aOther) const=default
 
std::string to_string () const
 
std::string to_hex_string () const
 
view_component alpha () const
 
alpha () const
 
return_typeset_alpha (view_component aAlpha)
 
return_typeset_alpha (T aAlpha)
 
return_type with_alpha (view_component aAlpha) const
 
return_type with_alpha (T aAlpha) const
 
return_type with_combined_alpha (view_component aAlpha) const
 
return_type with_combined_alpha (T aAlpha) const
 
- Public Member Functions inherited from neogfx::basic_color< ColorSpace, BaseComponent, ViewComponent, ColorComponentCount, Derived >
 basic_color (const basic_vector< BaseComponent, ColorComponentCount > &aNoAlpha)
 
 basic_color (const self_type &aOther)
 
self_typeoperator= (const self_type &aOther)
 
view_component alpha () const
 
template<typename T >
alpha () const
 
return_typeset_alpha (view_component aAlpha)
 
template<typename T >
return_typeset_alpha (T aAlpha)
 
return_type with_alpha (view_component aAlpha) const
 
template<typename T >
return_type with_alpha (T aAlpha) const
 
return_type with_combined_alpha (view_component aAlpha) const
 
template<typename T >
return_type with_combined_alpha (T aAlpha) const
 
- Public Member Functions inherited from neolib::math::basic_vector< T, _Size, Type >
 basic_vector ()
 
template<typename SFINAE = int>
 basic_vector (value_type x, typename std::enable_if_t< Size==1, SFINAE >=0)
 
template<typename SFINAE = int>
 basic_vector (value_type x, value_type y, typename std::enable_if_t< Size==2, SFINAE >=0)
 
template<typename SFINAE = int>
 basic_vector (value_type x, value_type y, value_type z, typename std::enable_if_t< Size==3, SFINAE >=0)
 
template<typename SFINAE = int>
 basic_vector (value_type x, value_type y, value_type z, value_type w, typename std::enable_if_t< Size==4, SFINAE >=0)
 
template<typename... Arguments>
 basic_vector (const value_type &value, Arguments &&... aArguments)
 
template<typename... Arguments>
 basic_vector (value_type &&value, Arguments &&... aArguments)
 
 basic_vector (const array_type &v)
 
 basic_vector (std::initializer_list< value_type > values)
 
template<typename V , typename A , uint32_t S, uint32_t... Indexes>
 basic_vector (const swizzle< V, A, S, Indexes... > &aSwizzle)
 
 basic_vector (const self_type &other)
 
 basic_vector (self_type &&other)
 
template<typename T2 >
 basic_vector (const basic_vector< T2, Size, Type > &other)
 
template<typename T2 , uint32_t Size2, typename SFINAE = int>
 basic_vector (const basic_vector< T2, Size2, Type > &other, typename std::enable_if_t< Size2< Size, SFINAE >=0)
 
self_typeoperator= (const self_type &other)
 
self_typeoperator= (self_type &&other)
 
self_typeoperator= (std::initializer_list< value_type > values)
 
value_type operator[] (uint32_t aIndex) const
 
value_typeoperator[] (uint32_t aIndex)
 
const_iterator begin () const
 
const_iterator end () const
 
iterator begin ()
 
iterator end ()
 
 operator const array_type & () const
 
template<typename T2 >
basic_vector< T2, Size, Type > as () const
 
bool operator== (const self_type &right) const
 
bool operator!= (const self_type &right) const
 
self_typeoperator+= (value_type value)
 
self_typeoperator-= (value_type value)
 
self_typeoperator*= (value_type value)
 
self_typeoperator/= (value_type value)
 
self_typeoperator+= (const self_type &right)
 
self_typeoperator-= (const self_type &right)
 
self_typeoperator*= (const self_type &right)
 
self_typeoperator/= (const self_type &right)
 
self_type operator- () const
 
self_type scale (const self_type &right) const
 
value_type magnitude () const
 
self_type normalized () const
 
self_type min (const self_type &right) const
 
self_type max (const self_type &right) const
 
value_type min () const
 
self_type ceil () const
 
self_type floor () const
 
self_type round () const
 
value_type distance (const self_type &right) const
 
value_type dot (const self_type &right) const
 
template<typename SFINAE = self_type>
std::enable_if_t< Size==3, SFINAEcross (const self_type &right) const
 
self_type hadamard_product (const self_type &right) const
 

Static Public Member Functions

static sRGB_color from_linear (const linear_color &aLinear)
 
static optional< sRGB_colorfrom_name (std::string const &aName)
 
- Static Public Member Functions inherited from neogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >
static self_type from_argb (argb aValue)
 
static return_type from_hsl (scalar aHue, scalar aSaturation, scalar aLightness, scalar aAlpha=1.0)
 
static return_type from_hsv (scalar aHue, scalar aSaturation, scalar aValue, scalar aAlpha=1.0)
 
static To convert (From aComponent)
 
static view_component base_to_view (base_component aComponent)
 
- Static Public Member Functions inherited from neogfx::basic_color< ColorSpace, BaseComponent, ViewComponent, ColorComponentCount, Derived >
template<typename To , typename From >
static To convert (From aComponent)
 
static view_component base_to_view (base_component aComponent)
 
- Static Public Member Functions inherited from neolib::math::basic_vector< T, _Size, Type >
static uint32_t size ()
 

Static Public Attributes

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

Additional Inherited Members

- Public Attributes inherited from neolib::math::basic_vector< T, _Size, Type >
union { 
 
   array_type   v 
 
   struct { 
 
      value_type   x 
 
      value_type   y 
 
      value_type   z 
 
   }  
 
   swizzle< vector_type, array_type, 2, 0, 0 >   xx 
 
   swizzle< vector_type, array_type, 2, 0, 1 >   xy 
 
   swizzle< vector_type, array_type, 2, 0, 2 >   xz 
 
   swizzle< vector_type, array_type, 2, 1, 0 >   yx 
 
   swizzle< vector_type, array_type, 2, 1, 1 >   yy 
 
   swizzle< vector_type, array_type, 2, 1, 2 >   yz 
 
   swizzle< vector_type, array_type, 2, 2, 0 >   zx 
 
   swizzle< vector_type, array_type, 2, 2, 1 >   zy 
 
   swizzle< vector_type, array_type, 2, 2, 2 >   zz 
 
   swizzle< vector_type, array_type, 3, 0, 0, 0 >   xxx 
 
   swizzle< vector_type, array_type, 3, 0, 0, 1 >   xxy 
 
   swizzle< vector_type, array_type, 3, 0, 0, 2 >   xxz 
 
   swizzle< vector_type, array_type, 3, 0, 1, 0 >   xyx 
 
   swizzle< vector_type, array_type, 3, 0, 1, 1 >   xyy 
 
   swizzle< vector_type, array_type, 3, 0, 1, 2 >   xyz 
 
   swizzle< vector_type, array_type, 3, 1, 0, 0 >   yxx 
 
   swizzle< vector_type, array_type, 3, 1, 0, 1 >   yxy 
 
   swizzle< vector_type, array_type, 3, 1, 0, 2 >   yxz 
 
   swizzle< vector_type, array_type, 3, 1, 1, 0 >   yyx 
 
   swizzle< vector_type, array_type, 3, 1, 1, 1 >   yyy 
 
   swizzle< vector_type, array_type, 3, 1, 1, 2 >   yyz 
 
   swizzle< vector_type, array_type, 3, 1, 2, 0 >   yzx 
 
   swizzle< vector_type, array_type, 3, 1, 2, 1 >   yzy 
 
   swizzle< vector_type, array_type, 3, 1, 2, 2 >   yzz 
 
   swizzle< vector_type, array_type, 3, 2, 0, 0 >   zxx 
 
   swizzle< vector_type, array_type, 3, 2, 0, 1 >   zxy 
 
   swizzle< vector_type, array_type, 3, 2, 0, 2 >   zxz 
 
   swizzle< vector_type, array_type, 3, 2, 1, 0 >   zyx 
 
   swizzle< vector_type, array_type, 3, 2, 1, 1 >   zyy 
 
   swizzle< vector_type, array_type, 3, 2, 1, 2 >   zyz 
 
   swizzle< vector_type, array_type, 3, 2, 2, 0 >   zzx 
 
   swizzle< vector_type, array_type, 3, 2, 2, 1 >   zzy 
 
   swizzle< vector_type, array_type, 3, 2, 2, 2 >   zzz 
 
};  
 
- Static Protected Attributes inherited from neogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >
static const argb AlphaShift
 
static const argb RedShift
 
static const argb GreenShift
 
static const argb BlueShift
 

Detailed Description

Definition at line 373 of file color.hpp.

Member Typedef Documentation

◆ component

Definition at line 378 of file color.hpp.

Constructor & Destructor Documentation

◆ sRGB_color() [1/6]

neogfx::sRGB_color::sRGB_color ( )

◆ sRGB_color() [2/6]

neogfx::sRGB_color::sRGB_color ( const sRGB_color aOther)

◆ sRGB_color() [3/6]

neogfx::sRGB_color::sRGB_color ( const abstract_type aOther)

◆ sRGB_color() [4/6]

neogfx::sRGB_color::sRGB_color ( const base_type aOther)
explicit

◆ sRGB_color() [5/6]

neogfx::sRGB_color::sRGB_color ( const linear_color aLinear)
explicit

◆ sRGB_color() [6/6]

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

Member Function Documentation

◆ brightness()

scalar neogfx::sRGB_color::brightness ( ) const

◆ from_linear()

static sRGB_color neogfx::sRGB_color::from_linear ( const linear_color aLinear)
static

◆ from_name()

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

◆ luma()

scalar neogfx::sRGB_color::luma ( ) const

◆ operator<()

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

◆ operator<=>()

auto neogfx::sRGB_color::operator<=> ( const sRGB_color aOther) const
default

◆ operator=() [1/2]

sRGB_color & neogfx::sRGB_color::operator= ( const base_type aOther)

◆ operator=() [2/2]

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

◆ operator==()

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

◆ to_linear()

linear_color neogfx::sRGB_color::to_linear ( ) const

Member Data Documentation

◆ AliceBlue

const sRGB_color neogfx::sRGB_color::AliceBlue
static

Definition at line 381 of file color.hpp.

◆ AntiqueWhite

const sRGB_color neogfx::sRGB_color::AntiqueWhite
static

Definition at line 382 of file color.hpp.

◆ AntiqueWhite1

const sRGB_color neogfx::sRGB_color::AntiqueWhite1
static

Definition at line 383 of file color.hpp.

◆ AntiqueWhite2

const sRGB_color neogfx::sRGB_color::AntiqueWhite2
static

Definition at line 384 of file color.hpp.

◆ AntiqueWhite3

const sRGB_color neogfx::sRGB_color::AntiqueWhite3
static

Definition at line 385 of file color.hpp.

◆ AntiqueWhite4

const sRGB_color neogfx::sRGB_color::AntiqueWhite4
static

Definition at line 386 of file color.hpp.

◆ Aquamarine

const sRGB_color neogfx::sRGB_color::Aquamarine
static

Definition at line 387 of file color.hpp.

◆ Aquamarine1

const sRGB_color neogfx::sRGB_color::Aquamarine1
static

Definition at line 388 of file color.hpp.

◆ Aquamarine2

const sRGB_color neogfx::sRGB_color::Aquamarine2
static

Definition at line 389 of file color.hpp.

◆ Aquamarine3

const sRGB_color neogfx::sRGB_color::Aquamarine3
static

Definition at line 390 of file color.hpp.

◆ Aquamarine4

const sRGB_color neogfx::sRGB_color::Aquamarine4
static

Definition at line 391 of file color.hpp.

◆ Azure

const sRGB_color neogfx::sRGB_color::Azure
static

Definition at line 392 of file color.hpp.

◆ Azure1

const sRGB_color neogfx::sRGB_color::Azure1
static

Definition at line 393 of file color.hpp.

◆ Azure2

const sRGB_color neogfx::sRGB_color::Azure2
static

Definition at line 394 of file color.hpp.

◆ Azure3

const sRGB_color neogfx::sRGB_color::Azure3
static

Definition at line 395 of file color.hpp.

◆ Azure4

const sRGB_color neogfx::sRGB_color::Azure4
static

Definition at line 396 of file color.hpp.

◆ Beige

const sRGB_color neogfx::sRGB_color::Beige
static

Definition at line 397 of file color.hpp.

◆ Bisque

const sRGB_color neogfx::sRGB_color::Bisque
static

Definition at line 398 of file color.hpp.

◆ Bisque1

const sRGB_color neogfx::sRGB_color::Bisque1
static

Definition at line 399 of file color.hpp.

◆ Bisque2

const sRGB_color neogfx::sRGB_color::Bisque2
static

Definition at line 400 of file color.hpp.

◆ Bisque3

const sRGB_color neogfx::sRGB_color::Bisque3
static

Definition at line 401 of file color.hpp.

◆ Bisque4

const sRGB_color neogfx::sRGB_color::Bisque4
static

Definition at line 402 of file color.hpp.

◆ Black

const sRGB_color neogfx::sRGB_color::Black
static

Definition at line 403 of file color.hpp.

◆ BlanchedAlmond

const sRGB_color neogfx::sRGB_color::BlanchedAlmond
static

Definition at line 404 of file color.hpp.

◆ Blue

const sRGB_color neogfx::sRGB_color::Blue
static

Definition at line 405 of file color.hpp.

◆ Blue1

const sRGB_color neogfx::sRGB_color::Blue1
static

Definition at line 406 of file color.hpp.

◆ Blue2

const sRGB_color neogfx::sRGB_color::Blue2
static

Definition at line 407 of file color.hpp.

◆ Blue3

const sRGB_color neogfx::sRGB_color::Blue3
static

Definition at line 408 of file color.hpp.

◆ Blue4

const sRGB_color neogfx::sRGB_color::Blue4
static

Definition at line 409 of file color.hpp.

◆ BlueViolet

const sRGB_color neogfx::sRGB_color::BlueViolet
static

Definition at line 410 of file color.hpp.

◆ Brown

const sRGB_color neogfx::sRGB_color::Brown
static

Definition at line 411 of file color.hpp.

◆ Brown1

const sRGB_color neogfx::sRGB_color::Brown1
static

Definition at line 412 of file color.hpp.

◆ Brown2

const sRGB_color neogfx::sRGB_color::Brown2
static

Definition at line 413 of file color.hpp.

◆ Brown3

const sRGB_color neogfx::sRGB_color::Brown3
static

Definition at line 414 of file color.hpp.

◆ Brown4

const sRGB_color neogfx::sRGB_color::Brown4
static

Definition at line 415 of file color.hpp.

◆ Burlywood

const sRGB_color neogfx::sRGB_color::Burlywood
static

Definition at line 416 of file color.hpp.

◆ Burlywood1

const sRGB_color neogfx::sRGB_color::Burlywood1
static

Definition at line 417 of file color.hpp.

◆ Burlywood2

const sRGB_color neogfx::sRGB_color::Burlywood2
static

Definition at line 418 of file color.hpp.

◆ Burlywood3

const sRGB_color neogfx::sRGB_color::Burlywood3
static

Definition at line 419 of file color.hpp.

◆ Burlywood4

const sRGB_color neogfx::sRGB_color::Burlywood4
static

Definition at line 420 of file color.hpp.

◆ CadetBlue

const sRGB_color neogfx::sRGB_color::CadetBlue
static

Definition at line 421 of file color.hpp.

◆ CadetBlue1

const sRGB_color neogfx::sRGB_color::CadetBlue1
static

Definition at line 422 of file color.hpp.

◆ CadetBlue2

const sRGB_color neogfx::sRGB_color::CadetBlue2
static

Definition at line 423 of file color.hpp.

◆ CadetBlue3

const sRGB_color neogfx::sRGB_color::CadetBlue3
static

Definition at line 424 of file color.hpp.

◆ CadetBlue4

const sRGB_color neogfx::sRGB_color::CadetBlue4
static

Definition at line 425 of file color.hpp.

◆ Chartreuse

const sRGB_color neogfx::sRGB_color::Chartreuse
static

Definition at line 426 of file color.hpp.

◆ Chartreuse1

const sRGB_color neogfx::sRGB_color::Chartreuse1
static

Definition at line 427 of file color.hpp.

◆ Chartreuse2

const sRGB_color neogfx::sRGB_color::Chartreuse2
static

Definition at line 428 of file color.hpp.

◆ Chartreuse3

const sRGB_color neogfx::sRGB_color::Chartreuse3
static

Definition at line 429 of file color.hpp.

◆ Chartreuse4

const sRGB_color neogfx::sRGB_color::Chartreuse4
static

Definition at line 430 of file color.hpp.

◆ Chocolate

const sRGB_color neogfx::sRGB_color::Chocolate
static

Definition at line 431 of file color.hpp.

◆ Chocolate1

const sRGB_color neogfx::sRGB_color::Chocolate1
static

Definition at line 432 of file color.hpp.

◆ Chocolate2

const sRGB_color neogfx::sRGB_color::Chocolate2
static

Definition at line 433 of file color.hpp.

◆ Chocolate3

const sRGB_color neogfx::sRGB_color::Chocolate3
static

Definition at line 434 of file color.hpp.

◆ Chocolate4

const sRGB_color neogfx::sRGB_color::Chocolate4
static

Definition at line 435 of file color.hpp.

◆ Coral

const sRGB_color neogfx::sRGB_color::Coral
static

Definition at line 436 of file color.hpp.

◆ Coral1

const sRGB_color neogfx::sRGB_color::Coral1
static

Definition at line 437 of file color.hpp.

◆ Coral2

const sRGB_color neogfx::sRGB_color::Coral2
static

Definition at line 438 of file color.hpp.

◆ Coral3

const sRGB_color neogfx::sRGB_color::Coral3
static

Definition at line 439 of file color.hpp.

◆ Coral4

const sRGB_color neogfx::sRGB_color::Coral4
static

Definition at line 440 of file color.hpp.

◆ CornflowerBlue

const sRGB_color neogfx::sRGB_color::CornflowerBlue
static

Definition at line 441 of file color.hpp.

◆ Cornsilk

const sRGB_color neogfx::sRGB_color::Cornsilk
static

Definition at line 442 of file color.hpp.

◆ Cornsilk1

const sRGB_color neogfx::sRGB_color::Cornsilk1
static

Definition at line 443 of file color.hpp.

◆ Cornsilk2

const sRGB_color neogfx::sRGB_color::Cornsilk2
static

Definition at line 444 of file color.hpp.

◆ Cornsilk3

const sRGB_color neogfx::sRGB_color::Cornsilk3
static

Definition at line 445 of file color.hpp.

◆ Cornsilk4

const sRGB_color neogfx::sRGB_color::Cornsilk4
static

Definition at line 446 of file color.hpp.

◆ Cyan

const sRGB_color neogfx::sRGB_color::Cyan
static

Definition at line 447 of file color.hpp.

◆ Cyan1

const sRGB_color neogfx::sRGB_color::Cyan1
static

Definition at line 448 of file color.hpp.

◆ Cyan2

const sRGB_color neogfx::sRGB_color::Cyan2
static

Definition at line 449 of file color.hpp.

◆ Cyan3

const sRGB_color neogfx::sRGB_color::Cyan3
static

Definition at line 450 of file color.hpp.

◆ Cyan4

const sRGB_color neogfx::sRGB_color::Cyan4
static

Definition at line 451 of file color.hpp.

◆ DarkBlue

const sRGB_color neogfx::sRGB_color::DarkBlue
static

Definition at line 452 of file color.hpp.

◆ DarkCyan

const sRGB_color neogfx::sRGB_color::DarkCyan
static

Definition at line 453 of file color.hpp.

◆ DarkGoldenrod

const sRGB_color neogfx::sRGB_color::DarkGoldenrod
static

Definition at line 454 of file color.hpp.

◆ DarkGoldenrod1

const sRGB_color neogfx::sRGB_color::DarkGoldenrod1
static

Definition at line 455 of file color.hpp.

◆ DarkGoldenrod2

const sRGB_color neogfx::sRGB_color::DarkGoldenrod2
static

Definition at line 456 of file color.hpp.

◆ DarkGoldenrod3

const sRGB_color neogfx::sRGB_color::DarkGoldenrod3
static

Definition at line 457 of file color.hpp.

◆ DarkGoldenrod4

const sRGB_color neogfx::sRGB_color::DarkGoldenrod4
static

Definition at line 458 of file color.hpp.

◆ DarkGray

const sRGB_color neogfx::sRGB_color::DarkGray
static

Definition at line 459 of file color.hpp.

◆ DarkGreen

const sRGB_color neogfx::sRGB_color::DarkGreen
static

Definition at line 460 of file color.hpp.

◆ DarkGrey

const sRGB_color neogfx::sRGB_color::DarkGrey
static

Definition at line 461 of file color.hpp.

◆ DarkKhaki

const sRGB_color neogfx::sRGB_color::DarkKhaki
static

Definition at line 462 of file color.hpp.

◆ DarkMagenta

const sRGB_color neogfx::sRGB_color::DarkMagenta
static

Definition at line 463 of file color.hpp.

◆ DarkOliveGreen

const sRGB_color neogfx::sRGB_color::DarkOliveGreen
static

Definition at line 464 of file color.hpp.

◆ DarkOliveGreen1

const sRGB_color neogfx::sRGB_color::DarkOliveGreen1
static

Definition at line 465 of file color.hpp.

◆ DarkOliveGreen2

const sRGB_color neogfx::sRGB_color::DarkOliveGreen2
static

Definition at line 466 of file color.hpp.

◆ DarkOliveGreen3

const sRGB_color neogfx::sRGB_color::DarkOliveGreen3
static

Definition at line 467 of file color.hpp.

◆ DarkOliveGreen4

const sRGB_color neogfx::sRGB_color::DarkOliveGreen4
static

Definition at line 468 of file color.hpp.

◆ DarkOrange

const sRGB_color neogfx::sRGB_color::DarkOrange
static

Definition at line 469 of file color.hpp.

◆ DarkOrange1

const sRGB_color neogfx::sRGB_color::DarkOrange1
static

Definition at line 470 of file color.hpp.

◆ DarkOrange2

const sRGB_color neogfx::sRGB_color::DarkOrange2
static

Definition at line 471 of file color.hpp.

◆ DarkOrange3

const sRGB_color neogfx::sRGB_color::DarkOrange3
static

Definition at line 472 of file color.hpp.

◆ DarkOrange4

const sRGB_color neogfx::sRGB_color::DarkOrange4
static

Definition at line 473 of file color.hpp.

◆ DarkOrchid

const sRGB_color neogfx::sRGB_color::DarkOrchid
static

Definition at line 474 of file color.hpp.

◆ DarkOrchid1

const sRGB_color neogfx::sRGB_color::DarkOrchid1
static

Definition at line 475 of file color.hpp.

◆ DarkOrchid2

const sRGB_color neogfx::sRGB_color::DarkOrchid2
static

Definition at line 476 of file color.hpp.

◆ DarkOrchid3

const sRGB_color neogfx::sRGB_color::DarkOrchid3
static

Definition at line 477 of file color.hpp.

◆ DarkOrchid4

const sRGB_color neogfx::sRGB_color::DarkOrchid4
static

Definition at line 478 of file color.hpp.

◆ DarkRed

const sRGB_color neogfx::sRGB_color::DarkRed
static

Definition at line 479 of file color.hpp.

◆ DarkSalmon

const sRGB_color neogfx::sRGB_color::DarkSalmon
static

Definition at line 480 of file color.hpp.

◆ DarkSeaGreen

const sRGB_color neogfx::sRGB_color::DarkSeaGreen
static

Definition at line 481 of file color.hpp.

◆ DarkSeaGreen1

const sRGB_color neogfx::sRGB_color::DarkSeaGreen1
static

Definition at line 482 of file color.hpp.

◆ DarkSeaGreen2

const sRGB_color neogfx::sRGB_color::DarkSeaGreen2
static

Definition at line 483 of file color.hpp.

◆ DarkSeaGreen3

const sRGB_color neogfx::sRGB_color::DarkSeaGreen3
static

Definition at line 484 of file color.hpp.

◆ DarkSeaGreen4

const sRGB_color neogfx::sRGB_color::DarkSeaGreen4
static

Definition at line 485 of file color.hpp.

◆ DarkSlateBlue

const sRGB_color neogfx::sRGB_color::DarkSlateBlue
static

Definition at line 486 of file color.hpp.

◆ DarkSlateGray

const sRGB_color neogfx::sRGB_color::DarkSlateGray
static

Definition at line 487 of file color.hpp.

◆ DarkSlateGray1

const sRGB_color neogfx::sRGB_color::DarkSlateGray1
static

Definition at line 488 of file color.hpp.

◆ DarkSlateGray2

const sRGB_color neogfx::sRGB_color::DarkSlateGray2
static

Definition at line 489 of file color.hpp.

◆ DarkSlateGray3

const sRGB_color neogfx::sRGB_color::DarkSlateGray3
static

Definition at line 490 of file color.hpp.

◆ DarkSlateGray4

const sRGB_color neogfx::sRGB_color::DarkSlateGray4
static

Definition at line 491 of file color.hpp.

◆ DarkSlateGrey

const sRGB_color neogfx::sRGB_color::DarkSlateGrey
static

Definition at line 492 of file color.hpp.

◆ DarkTurquoise

const sRGB_color neogfx::sRGB_color::DarkTurquoise
static

Definition at line 493 of file color.hpp.

◆ DarkViolet

const sRGB_color neogfx::sRGB_color::DarkViolet
static

Definition at line 494 of file color.hpp.

◆ DebianRed

const sRGB_color neogfx::sRGB_color::DebianRed
static

Definition at line 495 of file color.hpp.

◆ DeepPink

const sRGB_color neogfx::sRGB_color::DeepPink
static

Definition at line 496 of file color.hpp.

◆ DeepPink1

const sRGB_color neogfx::sRGB_color::DeepPink1
static

Definition at line 497 of file color.hpp.

◆ DeepPink2

const sRGB_color neogfx::sRGB_color::DeepPink2
static

Definition at line 498 of file color.hpp.

◆ DeepPink3

const sRGB_color neogfx::sRGB_color::DeepPink3
static

Definition at line 499 of file color.hpp.

◆ DeepPink4

const sRGB_color neogfx::sRGB_color::DeepPink4
static

Definition at line 500 of file color.hpp.

◆ DeepSkyBlue

const sRGB_color neogfx::sRGB_color::DeepSkyBlue
static

Definition at line 501 of file color.hpp.

◆ DeepSkyBlue1

const sRGB_color neogfx::sRGB_color::DeepSkyBlue1
static

Definition at line 502 of file color.hpp.

◆ DeepSkyBlue2

const sRGB_color neogfx::sRGB_color::DeepSkyBlue2
static

Definition at line 503 of file color.hpp.

◆ DeepSkyBlue3

const sRGB_color neogfx::sRGB_color::DeepSkyBlue3
static

Definition at line 504 of file color.hpp.

◆ DeepSkyBlue4

const sRGB_color neogfx::sRGB_color::DeepSkyBlue4
static

Definition at line 505 of file color.hpp.

◆ DimGray

const sRGB_color neogfx::sRGB_color::DimGray
static

Definition at line 506 of file color.hpp.

◆ DimGrey

const sRGB_color neogfx::sRGB_color::DimGrey
static

Definition at line 507 of file color.hpp.

◆ DodgerBlue

const sRGB_color neogfx::sRGB_color::DodgerBlue
static

Definition at line 508 of file color.hpp.

◆ DodgerBlue1

const sRGB_color neogfx::sRGB_color::DodgerBlue1
static

Definition at line 509 of file color.hpp.

◆ DodgerBlue2

const sRGB_color neogfx::sRGB_color::DodgerBlue2
static

Definition at line 510 of file color.hpp.

◆ DodgerBlue3

const sRGB_color neogfx::sRGB_color::DodgerBlue3
static

Definition at line 511 of file color.hpp.

◆ DodgerBlue4

const sRGB_color neogfx::sRGB_color::DodgerBlue4
static

Definition at line 512 of file color.hpp.

◆ Firebrick

const sRGB_color neogfx::sRGB_color::Firebrick
static

Definition at line 513 of file color.hpp.

◆ Firebrick1

const sRGB_color neogfx::sRGB_color::Firebrick1
static

Definition at line 514 of file color.hpp.

◆ Firebrick2

const sRGB_color neogfx::sRGB_color::Firebrick2
static

Definition at line 515 of file color.hpp.

◆ Firebrick3

const sRGB_color neogfx::sRGB_color::Firebrick3
static

Definition at line 516 of file color.hpp.

◆ Firebrick4

const sRGB_color neogfx::sRGB_color::Firebrick4
static

Definition at line 517 of file color.hpp.

◆ FloralWhite

const sRGB_color neogfx::sRGB_color::FloralWhite
static

Definition at line 518 of file color.hpp.

◆ ForestGreen

const sRGB_color neogfx::sRGB_color::ForestGreen
static

Definition at line 519 of file color.hpp.

◆ Gainsboro

const sRGB_color neogfx::sRGB_color::Gainsboro
static

Definition at line 520 of file color.hpp.

◆ GhostWhite

const sRGB_color neogfx::sRGB_color::GhostWhite
static

Definition at line 521 of file color.hpp.

◆ Gold

const sRGB_color neogfx::sRGB_color::Gold
static

Definition at line 522 of file color.hpp.

◆ Gold1

const sRGB_color neogfx::sRGB_color::Gold1
static

Definition at line 523 of file color.hpp.

◆ Gold2

const sRGB_color neogfx::sRGB_color::Gold2
static

Definition at line 524 of file color.hpp.

◆ Gold3

const sRGB_color neogfx::sRGB_color::Gold3
static

Definition at line 525 of file color.hpp.

◆ Gold4

const sRGB_color neogfx::sRGB_color::Gold4
static

Definition at line 526 of file color.hpp.

◆ Goldenrod

const sRGB_color neogfx::sRGB_color::Goldenrod
static

Definition at line 527 of file color.hpp.

◆ Goldenrod1

const sRGB_color neogfx::sRGB_color::Goldenrod1
static

Definition at line 528 of file color.hpp.

◆ Goldenrod2

const sRGB_color neogfx::sRGB_color::Goldenrod2
static

Definition at line 529 of file color.hpp.

◆ Goldenrod3

const sRGB_color neogfx::sRGB_color::Goldenrod3
static

Definition at line 530 of file color.hpp.

◆ Goldenrod4

const sRGB_color neogfx::sRGB_color::Goldenrod4
static

Definition at line 531 of file color.hpp.

◆ Gray

const sRGB_color neogfx::sRGB_color::Gray
static

Definition at line 532 of file color.hpp.

◆ Gray0

const sRGB_color neogfx::sRGB_color::Gray0
static

Definition at line 533 of file color.hpp.

◆ Gray1

const sRGB_color neogfx::sRGB_color::Gray1
static

Definition at line 534 of file color.hpp.

◆ Gray10

const sRGB_color neogfx::sRGB_color::Gray10
static

Definition at line 535 of file color.hpp.

◆ Gray100

const sRGB_color neogfx::sRGB_color::Gray100
static

Definition at line 536 of file color.hpp.

◆ Gray11

const sRGB_color neogfx::sRGB_color::Gray11
static

Definition at line 537 of file color.hpp.

◆ Gray12

const sRGB_color neogfx::sRGB_color::Gray12
static

Definition at line 538 of file color.hpp.

◆ Gray13

const sRGB_color neogfx::sRGB_color::Gray13
static

Definition at line 539 of file color.hpp.

◆ Gray14

const sRGB_color neogfx::sRGB_color::Gray14
static

Definition at line 540 of file color.hpp.

◆ Gray15

const sRGB_color neogfx::sRGB_color::Gray15
static

Definition at line 541 of file color.hpp.

◆ Gray16

const sRGB_color neogfx::sRGB_color::Gray16
static

Definition at line 542 of file color.hpp.

◆ Gray17

const sRGB_color neogfx::sRGB_color::Gray17
static

Definition at line 543 of file color.hpp.

◆ Gray18

const sRGB_color neogfx::sRGB_color::Gray18
static

Definition at line 544 of file color.hpp.

◆ Gray19

const sRGB_color neogfx::sRGB_color::Gray19
static

Definition at line 545 of file color.hpp.

◆ Gray2

const sRGB_color neogfx::sRGB_color::Gray2
static

Definition at line 546 of file color.hpp.

◆ Gray20

const sRGB_color neogfx::sRGB_color::Gray20
static

Definition at line 547 of file color.hpp.

◆ Gray21

const sRGB_color neogfx::sRGB_color::Gray21
static

Definition at line 548 of file color.hpp.

◆ Gray22

const sRGB_color neogfx::sRGB_color::Gray22
static

Definition at line 549 of file color.hpp.

◆ Gray23

const sRGB_color neogfx::sRGB_color::Gray23
static

Definition at line 550 of file color.hpp.

◆ Gray24

const sRGB_color neogfx::sRGB_color::Gray24
static

Definition at line 551 of file color.hpp.

◆ Gray25

const sRGB_color neogfx::sRGB_color::Gray25
static

Definition at line 552 of file color.hpp.

◆ Gray26

const sRGB_color neogfx::sRGB_color::Gray26
static

Definition at line 553 of file color.hpp.

◆ Gray27

const sRGB_color neogfx::sRGB_color::Gray27
static

Definition at line 554 of file color.hpp.

◆ Gray28

const sRGB_color neogfx::sRGB_color::Gray28
static

Definition at line 555 of file color.hpp.

◆ Gray29

const sRGB_color neogfx::sRGB_color::Gray29
static

Definition at line 556 of file color.hpp.

◆ Gray3

const sRGB_color neogfx::sRGB_color::Gray3
static

Definition at line 557 of file color.hpp.

◆ Gray30

const sRGB_color neogfx::sRGB_color::Gray30
static

Definition at line 558 of file color.hpp.

◆ Gray31

const sRGB_color neogfx::sRGB_color::Gray31
static

Definition at line 559 of file color.hpp.

◆ Gray32

const sRGB_color neogfx::sRGB_color::Gray32
static

Definition at line 560 of file color.hpp.

◆ Gray33

const sRGB_color neogfx::sRGB_color::Gray33
static

Definition at line 561 of file color.hpp.

◆ Gray34

const sRGB_color neogfx::sRGB_color::Gray34
static

Definition at line 562 of file color.hpp.

◆ Gray35

const sRGB_color neogfx::sRGB_color::Gray35
static

Definition at line 563 of file color.hpp.

◆ Gray36

const sRGB_color neogfx::sRGB_color::Gray36
static

Definition at line 564 of file color.hpp.

◆ Gray37

const sRGB_color neogfx::sRGB_color::Gray37
static

Definition at line 565 of file color.hpp.

◆ Gray38

const sRGB_color neogfx::sRGB_color::Gray38
static

Definition at line 566 of file color.hpp.

◆ Gray39

const sRGB_color neogfx::sRGB_color::Gray39
static

Definition at line 567 of file color.hpp.

◆ Gray4

const sRGB_color neogfx::sRGB_color::Gray4
static

Definition at line 568 of file color.hpp.

◆ Gray40

const sRGB_color neogfx::sRGB_color::Gray40
static

Definition at line 569 of file color.hpp.

◆ Gray41

const sRGB_color neogfx::sRGB_color::Gray41
static

Definition at line 570 of file color.hpp.

◆ Gray42

const sRGB_color neogfx::sRGB_color::Gray42
static

Definition at line 571 of file color.hpp.

◆ Gray43

const sRGB_color neogfx::sRGB_color::Gray43
static

Definition at line 572 of file color.hpp.

◆ Gray44

const sRGB_color neogfx::sRGB_color::Gray44
static

Definition at line 573 of file color.hpp.

◆ Gray45

const sRGB_color neogfx::sRGB_color::Gray45
static

Definition at line 574 of file color.hpp.

◆ Gray46

const sRGB_color neogfx::sRGB_color::Gray46
static

Definition at line 575 of file color.hpp.

◆ Gray47

const sRGB_color neogfx::sRGB_color::Gray47
static

Definition at line 576 of file color.hpp.

◆ Gray48

const sRGB_color neogfx::sRGB_color::Gray48
static

Definition at line 577 of file color.hpp.

◆ Gray49

const sRGB_color neogfx::sRGB_color::Gray49
static

Definition at line 578 of file color.hpp.

◆ Gray5

const sRGB_color neogfx::sRGB_color::Gray5
static

Definition at line 579 of file color.hpp.

◆ Gray50

const sRGB_color neogfx::sRGB_color::Gray50
static

Definition at line 580 of file color.hpp.

◆ Gray51

const sRGB_color neogfx::sRGB_color::Gray51
static

Definition at line 581 of file color.hpp.

◆ Gray52

const sRGB_color neogfx::sRGB_color::Gray52
static

Definition at line 582 of file color.hpp.

◆ Gray53

const sRGB_color neogfx::sRGB_color::Gray53
static

Definition at line 583 of file color.hpp.

◆ Gray54

const sRGB_color neogfx::sRGB_color::Gray54
static

Definition at line 584 of file color.hpp.

◆ Gray55

const sRGB_color neogfx::sRGB_color::Gray55
static

Definition at line 585 of file color.hpp.

◆ Gray56

const sRGB_color neogfx::sRGB_color::Gray56
static

Definition at line 586 of file color.hpp.

◆ Gray57

const sRGB_color neogfx::sRGB_color::Gray57
static

Definition at line 587 of file color.hpp.

◆ Gray58

const sRGB_color neogfx::sRGB_color::Gray58
static

Definition at line 588 of file color.hpp.

◆ Gray59

const sRGB_color neogfx::sRGB_color::Gray59
static

Definition at line 589 of file color.hpp.

◆ Gray6

const sRGB_color neogfx::sRGB_color::Gray6
static

Definition at line 590 of file color.hpp.

◆ Gray60

const sRGB_color neogfx::sRGB_color::Gray60
static

Definition at line 591 of file color.hpp.

◆ Gray61

const sRGB_color neogfx::sRGB_color::Gray61
static

Definition at line 592 of file color.hpp.

◆ Gray62

const sRGB_color neogfx::sRGB_color::Gray62
static

Definition at line 593 of file color.hpp.

◆ Gray63

const sRGB_color neogfx::sRGB_color::Gray63
static

Definition at line 594 of file color.hpp.

◆ Gray64

const sRGB_color neogfx::sRGB_color::Gray64
static

Definition at line 595 of file color.hpp.

◆ Gray65

const sRGB_color neogfx::sRGB_color::Gray65
static

Definition at line 596 of file color.hpp.

◆ Gray66

const sRGB_color neogfx::sRGB_color::Gray66
static

Definition at line 597 of file color.hpp.

◆ Gray67

const sRGB_color neogfx::sRGB_color::Gray67
static

Definition at line 598 of file color.hpp.

◆ Gray68

const sRGB_color neogfx::sRGB_color::Gray68
static

Definition at line 599 of file color.hpp.

◆ Gray69

const sRGB_color neogfx::sRGB_color::Gray69
static

Definition at line 600 of file color.hpp.

◆ Gray7

const sRGB_color neogfx::sRGB_color::Gray7
static

Definition at line 601 of file color.hpp.

◆ Gray70

const sRGB_color neogfx::sRGB_color::Gray70
static

Definition at line 602 of file color.hpp.

◆ Gray71

const sRGB_color neogfx::sRGB_color::Gray71
static

Definition at line 603 of file color.hpp.

◆ Gray72

const sRGB_color neogfx::sRGB_color::Gray72
static

Definition at line 604 of file color.hpp.

◆ Gray73

const sRGB_color neogfx::sRGB_color::Gray73
static

Definition at line 605 of file color.hpp.

◆ Gray74

const sRGB_color neogfx::sRGB_color::Gray74
static

Definition at line 606 of file color.hpp.

◆ Gray75

const sRGB_color neogfx::sRGB_color::Gray75
static

Definition at line 607 of file color.hpp.

◆ Gray76

const sRGB_color neogfx::sRGB_color::Gray76
static

Definition at line 608 of file color.hpp.

◆ Gray77

const sRGB_color neogfx::sRGB_color::Gray77
static

Definition at line 609 of file color.hpp.

◆ Gray78

const sRGB_color neogfx::sRGB_color::Gray78
static

Definition at line 610 of file color.hpp.

◆ Gray79

const sRGB_color neogfx::sRGB_color::Gray79
static

Definition at line 611 of file color.hpp.

◆ Gray8

const sRGB_color neogfx::sRGB_color::Gray8
static

Definition at line 612 of file color.hpp.

◆ Gray80

const sRGB_color neogfx::sRGB_color::Gray80
static

Definition at line 613 of file color.hpp.

◆ Gray81

const sRGB_color neogfx::sRGB_color::Gray81
static

Definition at line 614 of file color.hpp.

◆ Gray82

const sRGB_color neogfx::sRGB_color::Gray82
static

Definition at line 615 of file color.hpp.

◆ Gray83

const sRGB_color neogfx::sRGB_color::Gray83
static

Definition at line 616 of file color.hpp.

◆ Gray84

const sRGB_color neogfx::sRGB_color::Gray84
static

Definition at line 617 of file color.hpp.

◆ Gray85

const sRGB_color neogfx::sRGB_color::Gray85
static

Definition at line 618 of file color.hpp.

◆ Gray86

const sRGB_color neogfx::sRGB_color::Gray86
static

Definition at line 619 of file color.hpp.

◆ Gray87

const sRGB_color neogfx::sRGB_color::Gray87
static

Definition at line 620 of file color.hpp.

◆ Gray88

const sRGB_color neogfx::sRGB_color::Gray88
static

Definition at line 621 of file color.hpp.

◆ Gray89

const sRGB_color neogfx::sRGB_color::Gray89
static

Definition at line 622 of file color.hpp.

◆ Gray9

const sRGB_color neogfx::sRGB_color::Gray9
static

Definition at line 623 of file color.hpp.

◆ Gray90

const sRGB_color neogfx::sRGB_color::Gray90
static

Definition at line 624 of file color.hpp.

◆ Gray91

const sRGB_color neogfx::sRGB_color::Gray91
static

Definition at line 625 of file color.hpp.

◆ Gray92

const sRGB_color neogfx::sRGB_color::Gray92
static

Definition at line 626 of file color.hpp.

◆ Gray93

const sRGB_color neogfx::sRGB_color::Gray93
static

Definition at line 627 of file color.hpp.

◆ Gray94

const sRGB_color neogfx::sRGB_color::Gray94
static

Definition at line 628 of file color.hpp.

◆ Gray95

const sRGB_color neogfx::sRGB_color::Gray95
static

Definition at line 629 of file color.hpp.

◆ Gray96

const sRGB_color neogfx::sRGB_color::Gray96
static

Definition at line 630 of file color.hpp.

◆ Gray97

const sRGB_color neogfx::sRGB_color::Gray97
static

Definition at line 631 of file color.hpp.

◆ Gray98

const sRGB_color neogfx::sRGB_color::Gray98
static

Definition at line 632 of file color.hpp.

◆ Gray99

const sRGB_color neogfx::sRGB_color::Gray99
static

Definition at line 633 of file color.hpp.

◆ Green

const sRGB_color neogfx::sRGB_color::Green
static

Definition at line 634 of file color.hpp.

◆ Green1

const sRGB_color neogfx::sRGB_color::Green1
static

Definition at line 635 of file color.hpp.

◆ Green2

const sRGB_color neogfx::sRGB_color::Green2
static

Definition at line 636 of file color.hpp.

◆ Green3

const sRGB_color neogfx::sRGB_color::Green3
static

Definition at line 637 of file color.hpp.

◆ Green4

const sRGB_color neogfx::sRGB_color::Green4
static

Definition at line 638 of file color.hpp.

◆ GreenYellow

const sRGB_color neogfx::sRGB_color::GreenYellow
static

Definition at line 639 of file color.hpp.

◆ Grey

const sRGB_color neogfx::sRGB_color::Grey
static

Definition at line 640 of file color.hpp.

◆ Grey0

const sRGB_color neogfx::sRGB_color::Grey0
static

Definition at line 641 of file color.hpp.

◆ Grey1

const sRGB_color neogfx::sRGB_color::Grey1
static

Definition at line 642 of file color.hpp.

◆ Grey10

const sRGB_color neogfx::sRGB_color::Grey10
static

Definition at line 643 of file color.hpp.

◆ Grey100

const sRGB_color neogfx::sRGB_color::Grey100
static

Definition at line 644 of file color.hpp.

◆ Grey11

const sRGB_color neogfx::sRGB_color::Grey11
static

Definition at line 645 of file color.hpp.

◆ Grey12

const sRGB_color neogfx::sRGB_color::Grey12
static

Definition at line 646 of file color.hpp.

◆ Grey13

const sRGB_color neogfx::sRGB_color::Grey13
static

Definition at line 647 of file color.hpp.

◆ Grey14

const sRGB_color neogfx::sRGB_color::Grey14
static

Definition at line 648 of file color.hpp.

◆ Grey15

const sRGB_color neogfx::sRGB_color::Grey15
static

Definition at line 649 of file color.hpp.

◆ Grey16

const sRGB_color neogfx::sRGB_color::Grey16
static

Definition at line 650 of file color.hpp.

◆ Grey17

const sRGB_color neogfx::sRGB_color::Grey17
static

Definition at line 651 of file color.hpp.

◆ Grey18

const sRGB_color neogfx::sRGB_color::Grey18
static

Definition at line 652 of file color.hpp.

◆ Grey19

const sRGB_color neogfx::sRGB_color::Grey19
static

Definition at line 653 of file color.hpp.

◆ Grey2

const sRGB_color neogfx::sRGB_color::Grey2
static

Definition at line 654 of file color.hpp.

◆ Grey20

const sRGB_color neogfx::sRGB_color::Grey20
static

Definition at line 655 of file color.hpp.

◆ Grey21

const sRGB_color neogfx::sRGB_color::Grey21
static

Definition at line 656 of file color.hpp.

◆ Grey22

const sRGB_color neogfx::sRGB_color::Grey22
static

Definition at line 657 of file color.hpp.

◆ Grey23

const sRGB_color neogfx::sRGB_color::Grey23
static

Definition at line 658 of file color.hpp.

◆ Grey24

const sRGB_color neogfx::sRGB_color::Grey24
static

Definition at line 659 of file color.hpp.

◆ Grey25

const sRGB_color neogfx::sRGB_color::Grey25
static

Definition at line 660 of file color.hpp.

◆ Grey26

const sRGB_color neogfx::sRGB_color::Grey26
static

Definition at line 661 of file color.hpp.

◆ Grey27

const sRGB_color neogfx::sRGB_color::Grey27
static

Definition at line 662 of file color.hpp.

◆ Grey28

const sRGB_color neogfx::sRGB_color::Grey28
static

Definition at line 663 of file color.hpp.

◆ Grey29

const sRGB_color neogfx::sRGB_color::Grey29
static

Definition at line 664 of file color.hpp.

◆ Grey3

const sRGB_color neogfx::sRGB_color::Grey3
static

Definition at line 665 of file color.hpp.

◆ Grey30

const sRGB_color neogfx::sRGB_color::Grey30
static

Definition at line 666 of file color.hpp.

◆ Grey31

const sRGB_color neogfx::sRGB_color::Grey31
static

Definition at line 667 of file color.hpp.

◆ Grey32

const sRGB_color neogfx::sRGB_color::Grey32
static

Definition at line 668 of file color.hpp.

◆ Grey33

const sRGB_color neogfx::sRGB_color::Grey33
static

Definition at line 669 of file color.hpp.

◆ Grey34

const sRGB_color neogfx::sRGB_color::Grey34
static

Definition at line 670 of file color.hpp.

◆ Grey35

const sRGB_color neogfx::sRGB_color::Grey35
static

Definition at line 671 of file color.hpp.

◆ Grey36

const sRGB_color neogfx::sRGB_color::Grey36
static

Definition at line 672 of file color.hpp.

◆ Grey37

const sRGB_color neogfx::sRGB_color::Grey37
static

Definition at line 673 of file color.hpp.

◆ Grey38

const sRGB_color neogfx::sRGB_color::Grey38
static

Definition at line 674 of file color.hpp.

◆ Grey39

const sRGB_color neogfx::sRGB_color::Grey39
static

Definition at line 675 of file color.hpp.

◆ Grey4

const sRGB_color neogfx::sRGB_color::Grey4
static

Definition at line 676 of file color.hpp.

◆ Grey40

const sRGB_color neogfx::sRGB_color::Grey40
static

Definition at line 677 of file color.hpp.

◆ Grey41

const sRGB_color neogfx::sRGB_color::Grey41
static

Definition at line 678 of file color.hpp.

◆ Grey42

const sRGB_color neogfx::sRGB_color::Grey42
static

Definition at line 679 of file color.hpp.

◆ Grey43

const sRGB_color neogfx::sRGB_color::Grey43
static

Definition at line 680 of file color.hpp.

◆ Grey44

const sRGB_color neogfx::sRGB_color::Grey44
static

Definition at line 681 of file color.hpp.

◆ Grey45

const sRGB_color neogfx::sRGB_color::Grey45
static

Definition at line 682 of file color.hpp.

◆ Grey46

const sRGB_color neogfx::sRGB_color::Grey46
static

Definition at line 683 of file color.hpp.

◆ Grey47

const sRGB_color neogfx::sRGB_color::Grey47
static

Definition at line 684 of file color.hpp.

◆ Grey48

const sRGB_color neogfx::sRGB_color::Grey48
static

Definition at line 685 of file color.hpp.

◆ Grey49

const sRGB_color neogfx::sRGB_color::Grey49
static

Definition at line 686 of file color.hpp.

◆ Grey5

const sRGB_color neogfx::sRGB_color::Grey5
static

Definition at line 687 of file color.hpp.

◆ Grey50

const sRGB_color neogfx::sRGB_color::Grey50
static

Definition at line 688 of file color.hpp.

◆ Grey51

const sRGB_color neogfx::sRGB_color::Grey51
static

Definition at line 689 of file color.hpp.

◆ Grey52

const sRGB_color neogfx::sRGB_color::Grey52
static

Definition at line 690 of file color.hpp.

◆ Grey53

const sRGB_color neogfx::sRGB_color::Grey53
static

Definition at line 691 of file color.hpp.

◆ Grey54

const sRGB_color neogfx::sRGB_color::Grey54
static

Definition at line 692 of file color.hpp.

◆ Grey55

const sRGB_color neogfx::sRGB_color::Grey55
static

Definition at line 693 of file color.hpp.

◆ Grey56

const sRGB_color neogfx::sRGB_color::Grey56
static

Definition at line 694 of file color.hpp.

◆ Grey57

const sRGB_color neogfx::sRGB_color::Grey57
static

Definition at line 695 of file color.hpp.

◆ Grey58

const sRGB_color neogfx::sRGB_color::Grey58
static

Definition at line 696 of file color.hpp.

◆ Grey59

const sRGB_color neogfx::sRGB_color::Grey59
static

Definition at line 697 of file color.hpp.

◆ Grey6

const sRGB_color neogfx::sRGB_color::Grey6
static

Definition at line 698 of file color.hpp.

◆ Grey60

const sRGB_color neogfx::sRGB_color::Grey60
static

Definition at line 699 of file color.hpp.

◆ Grey61

const sRGB_color neogfx::sRGB_color::Grey61
static

Definition at line 700 of file color.hpp.

◆ Grey62

const sRGB_color neogfx::sRGB_color::Grey62
static

Definition at line 701 of file color.hpp.

◆ Grey63

const sRGB_color neogfx::sRGB_color::Grey63
static

Definition at line 702 of file color.hpp.

◆ Grey64

const sRGB_color neogfx::sRGB_color::Grey64
static

Definition at line 703 of file color.hpp.

◆ Grey65

const sRGB_color neogfx::sRGB_color::Grey65
static

Definition at line 704 of file color.hpp.

◆ Grey66

const sRGB_color neogfx::sRGB_color::Grey66
static

Definition at line 705 of file color.hpp.

◆ Grey67

const sRGB_color neogfx::sRGB_color::Grey67
static

Definition at line 706 of file color.hpp.

◆ Grey68

const sRGB_color neogfx::sRGB_color::Grey68
static

Definition at line 707 of file color.hpp.

◆ Grey69

const sRGB_color neogfx::sRGB_color::Grey69
static

Definition at line 708 of file color.hpp.

◆ Grey7

const sRGB_color neogfx::sRGB_color::Grey7
static

Definition at line 709 of file color.hpp.

◆ Grey70

const sRGB_color neogfx::sRGB_color::Grey70
static

Definition at line 710 of file color.hpp.

◆ Grey71

const sRGB_color neogfx::sRGB_color::Grey71
static

Definition at line 711 of file color.hpp.

◆ Grey72

const sRGB_color neogfx::sRGB_color::Grey72
static

Definition at line 712 of file color.hpp.

◆ Grey73

const sRGB_color neogfx::sRGB_color::Grey73
static

Definition at line 713 of file color.hpp.

◆ Grey74

const sRGB_color neogfx::sRGB_color::Grey74
static

Definition at line 714 of file color.hpp.

◆ Grey75

const sRGB_color neogfx::sRGB_color::Grey75
static

Definition at line 715 of file color.hpp.

◆ Grey76

const sRGB_color neogfx::sRGB_color::Grey76
static

Definition at line 716 of file color.hpp.

◆ Grey77

const sRGB_color neogfx::sRGB_color::Grey77
static

Definition at line 717 of file color.hpp.

◆ Grey78

const sRGB_color neogfx::sRGB_color::Grey78
static

Definition at line 718 of file color.hpp.

◆ Grey79

const sRGB_color neogfx::sRGB_color::Grey79
static

Definition at line 719 of file color.hpp.

◆ Grey8

const sRGB_color neogfx::sRGB_color::Grey8
static

Definition at line 720 of file color.hpp.

◆ Grey80

const sRGB_color neogfx::sRGB_color::Grey80
static

Definition at line 721 of file color.hpp.

◆ Grey81

const sRGB_color neogfx::sRGB_color::Grey81
static

Definition at line 722 of file color.hpp.

◆ Grey82

const sRGB_color neogfx::sRGB_color::Grey82
static

Definition at line 723 of file color.hpp.

◆ Grey83

const sRGB_color neogfx::sRGB_color::Grey83
static

Definition at line 724 of file color.hpp.

◆ Grey84

const sRGB_color neogfx::sRGB_color::Grey84
static

Definition at line 725 of file color.hpp.

◆ Grey85

const sRGB_color neogfx::sRGB_color::Grey85
static

Definition at line 726 of file color.hpp.

◆ Grey86

const sRGB_color neogfx::sRGB_color::Grey86
static

Definition at line 727 of file color.hpp.

◆ Grey87

const sRGB_color neogfx::sRGB_color::Grey87
static

Definition at line 728 of file color.hpp.

◆ Grey88

const sRGB_color neogfx::sRGB_color::Grey88
static

Definition at line 729 of file color.hpp.

◆ Grey89

const sRGB_color neogfx::sRGB_color::Grey89
static

Definition at line 730 of file color.hpp.

◆ Grey9

const sRGB_color neogfx::sRGB_color::Grey9
static

Definition at line 731 of file color.hpp.

◆ Grey90

const sRGB_color neogfx::sRGB_color::Grey90
static

Definition at line 732 of file color.hpp.

◆ Grey91

const sRGB_color neogfx::sRGB_color::Grey91
static

Definition at line 733 of file color.hpp.

◆ Grey92

const sRGB_color neogfx::sRGB_color::Grey92
static

Definition at line 734 of file color.hpp.

◆ Grey93

const sRGB_color neogfx::sRGB_color::Grey93
static

Definition at line 735 of file color.hpp.

◆ Grey94

const sRGB_color neogfx::sRGB_color::Grey94
static

Definition at line 736 of file color.hpp.

◆ Grey95

const sRGB_color neogfx::sRGB_color::Grey95
static

Definition at line 737 of file color.hpp.

◆ Grey96

const sRGB_color neogfx::sRGB_color::Grey96
static

Definition at line 738 of file color.hpp.

◆ Grey97

const sRGB_color neogfx::sRGB_color::Grey97
static

Definition at line 739 of file color.hpp.

◆ Grey98

const sRGB_color neogfx::sRGB_color::Grey98
static

Definition at line 740 of file color.hpp.

◆ Grey99

const sRGB_color neogfx::sRGB_color::Grey99
static

Definition at line 741 of file color.hpp.

◆ Honeydew

const sRGB_color neogfx::sRGB_color::Honeydew
static

Definition at line 742 of file color.hpp.

◆ Honeydew1

const sRGB_color neogfx::sRGB_color::Honeydew1
static

Definition at line 743 of file color.hpp.

◆ Honeydew2

const sRGB_color neogfx::sRGB_color::Honeydew2
static

Definition at line 744 of file color.hpp.

◆ Honeydew3

const sRGB_color neogfx::sRGB_color::Honeydew3
static

Definition at line 745 of file color.hpp.

◆ Honeydew4

const sRGB_color neogfx::sRGB_color::Honeydew4
static

Definition at line 746 of file color.hpp.

◆ HotPink

const sRGB_color neogfx::sRGB_color::HotPink
static

Definition at line 747 of file color.hpp.

◆ HotPink1

const sRGB_color neogfx::sRGB_color::HotPink1
static

Definition at line 748 of file color.hpp.

◆ HotPink2

const sRGB_color neogfx::sRGB_color::HotPink2
static

Definition at line 749 of file color.hpp.

◆ HotPink3

const sRGB_color neogfx::sRGB_color::HotPink3
static

Definition at line 750 of file color.hpp.

◆ HotPink4

const sRGB_color neogfx::sRGB_color::HotPink4
static

Definition at line 751 of file color.hpp.

◆ IndianRed

const sRGB_color neogfx::sRGB_color::IndianRed
static

Definition at line 752 of file color.hpp.

◆ IndianRed1

const sRGB_color neogfx::sRGB_color::IndianRed1
static

Definition at line 753 of file color.hpp.

◆ IndianRed2

const sRGB_color neogfx::sRGB_color::IndianRed2
static

Definition at line 754 of file color.hpp.

◆ IndianRed3

const sRGB_color neogfx::sRGB_color::IndianRed3
static

Definition at line 755 of file color.hpp.

◆ IndianRed4

const sRGB_color neogfx::sRGB_color::IndianRed4
static

Definition at line 756 of file color.hpp.

◆ Ivory

const sRGB_color neogfx::sRGB_color::Ivory
static

Definition at line 757 of file color.hpp.

◆ Ivory1

const sRGB_color neogfx::sRGB_color::Ivory1
static

Definition at line 758 of file color.hpp.

◆ Ivory2

const sRGB_color neogfx::sRGB_color::Ivory2
static

Definition at line 759 of file color.hpp.

◆ Ivory3

const sRGB_color neogfx::sRGB_color::Ivory3
static

Definition at line 760 of file color.hpp.

◆ Ivory4

const sRGB_color neogfx::sRGB_color::Ivory4
static

Definition at line 761 of file color.hpp.

◆ Khaki

const sRGB_color neogfx::sRGB_color::Khaki
static

Definition at line 762 of file color.hpp.

◆ Khaki1

const sRGB_color neogfx::sRGB_color::Khaki1
static

Definition at line 763 of file color.hpp.

◆ Khaki2

const sRGB_color neogfx::sRGB_color::Khaki2
static

Definition at line 764 of file color.hpp.

◆ Khaki3

const sRGB_color neogfx::sRGB_color::Khaki3
static

Definition at line 765 of file color.hpp.

◆ Khaki4

const sRGB_color neogfx::sRGB_color::Khaki4
static

Definition at line 766 of file color.hpp.

◆ Lavender

const sRGB_color neogfx::sRGB_color::Lavender
static

Definition at line 767 of file color.hpp.

◆ LavenderBlush

const sRGB_color neogfx::sRGB_color::LavenderBlush
static

Definition at line 768 of file color.hpp.

◆ LavenderBlush1

const sRGB_color neogfx::sRGB_color::LavenderBlush1
static

Definition at line 769 of file color.hpp.

◆ LavenderBlush2

const sRGB_color neogfx::sRGB_color::LavenderBlush2
static

Definition at line 770 of file color.hpp.

◆ LavenderBlush3

const sRGB_color neogfx::sRGB_color::LavenderBlush3
static

Definition at line 771 of file color.hpp.

◆ LavenderBlush4

const sRGB_color neogfx::sRGB_color::LavenderBlush4
static

Definition at line 772 of file color.hpp.

◆ LawnGreen

const sRGB_color neogfx::sRGB_color::LawnGreen
static

Definition at line 773 of file color.hpp.

◆ LemonChiffon

const sRGB_color neogfx::sRGB_color::LemonChiffon
static

Definition at line 774 of file color.hpp.

◆ LemonChiffon1

const sRGB_color neogfx::sRGB_color::LemonChiffon1
static

Definition at line 775 of file color.hpp.

◆ LemonChiffon2

const sRGB_color neogfx::sRGB_color::LemonChiffon2
static

Definition at line 776 of file color.hpp.

◆ LemonChiffon3

const sRGB_color neogfx::sRGB_color::LemonChiffon3
static

Definition at line 777 of file color.hpp.

◆ LemonChiffon4

const sRGB_color neogfx::sRGB_color::LemonChiffon4
static

Definition at line 778 of file color.hpp.

◆ LightBlue

const sRGB_color neogfx::sRGB_color::LightBlue
static

Definition at line 779 of file color.hpp.

◆ LightBlue1

const sRGB_color neogfx::sRGB_color::LightBlue1
static

Definition at line 780 of file color.hpp.

◆ LightBlue2

const sRGB_color neogfx::sRGB_color::LightBlue2
static

Definition at line 781 of file color.hpp.

◆ LightBlue3

const sRGB_color neogfx::sRGB_color::LightBlue3
static

Definition at line 782 of file color.hpp.

◆ LightBlue4

const sRGB_color neogfx::sRGB_color::LightBlue4
static

Definition at line 783 of file color.hpp.

◆ LightCoral

const sRGB_color neogfx::sRGB_color::LightCoral
static

Definition at line 784 of file color.hpp.

◆ LightCyan

const sRGB_color neogfx::sRGB_color::LightCyan
static

Definition at line 785 of file color.hpp.

◆ LightCyan1

const sRGB_color neogfx::sRGB_color::LightCyan1
static

Definition at line 786 of file color.hpp.

◆ LightCyan2

const sRGB_color neogfx::sRGB_color::LightCyan2
static

Definition at line 787 of file color.hpp.

◆ LightCyan3

const sRGB_color neogfx::sRGB_color::LightCyan3
static

Definition at line 788 of file color.hpp.

◆ LightCyan4

const sRGB_color neogfx::sRGB_color::LightCyan4
static

Definition at line 789 of file color.hpp.

◆ LightGoldenrod

const sRGB_color neogfx::sRGB_color::LightGoldenrod
static

Definition at line 790 of file color.hpp.

◆ LightGoldenrod1

const sRGB_color neogfx::sRGB_color::LightGoldenrod1
static

Definition at line 791 of file color.hpp.

◆ LightGoldenrod2

const sRGB_color neogfx::sRGB_color::LightGoldenrod2
static

Definition at line 792 of file color.hpp.

◆ LightGoldenrod3

const sRGB_color neogfx::sRGB_color::LightGoldenrod3
static

Definition at line 793 of file color.hpp.

◆ LightGoldenrod4

const sRGB_color neogfx::sRGB_color::LightGoldenrod4
static

Definition at line 794 of file color.hpp.

◆ LightGoldenrodYellow

const sRGB_color neogfx::sRGB_color::LightGoldenrodYellow
static

Definition at line 795 of file color.hpp.

◆ LightGray

const sRGB_color neogfx::sRGB_color::LightGray
static

Definition at line 796 of file color.hpp.

◆ LightGreen

const sRGB_color neogfx::sRGB_color::LightGreen
static

Definition at line 797 of file color.hpp.

◆ LightGrey

const sRGB_color neogfx::sRGB_color::LightGrey
static

Definition at line 798 of file color.hpp.

◆ LightPink

const sRGB_color neogfx::sRGB_color::LightPink
static

Definition at line 799 of file color.hpp.

◆ LightPink1

const sRGB_color neogfx::sRGB_color::LightPink1
static

Definition at line 800 of file color.hpp.

◆ LightPink2

const sRGB_color neogfx::sRGB_color::LightPink2
static

Definition at line 801 of file color.hpp.

◆ LightPink3

const sRGB_color neogfx::sRGB_color::LightPink3
static

Definition at line 802 of file color.hpp.

◆ LightPink4

const sRGB_color neogfx::sRGB_color::LightPink4
static

Definition at line 803 of file color.hpp.

◆ LightSalmon

const sRGB_color neogfx::sRGB_color::LightSalmon
static

Definition at line 804 of file color.hpp.

◆ LightSalmon1

const sRGB_color neogfx::sRGB_color::LightSalmon1
static

Definition at line 805 of file color.hpp.

◆ LightSalmon2

const sRGB_color neogfx::sRGB_color::LightSalmon2
static

Definition at line 806 of file color.hpp.

◆ LightSalmon3

const sRGB_color neogfx::sRGB_color::LightSalmon3
static

Definition at line 807 of file color.hpp.

◆ LightSalmon4

const sRGB_color neogfx::sRGB_color::LightSalmon4
static

Definition at line 808 of file color.hpp.

◆ LightSeaGreen

const sRGB_color neogfx::sRGB_color::LightSeaGreen
static

Definition at line 809 of file color.hpp.

◆ LightSkyBlue

const sRGB_color neogfx::sRGB_color::LightSkyBlue
static

Definition at line 810 of file color.hpp.

◆ LightSkyBlue1

const sRGB_color neogfx::sRGB_color::LightSkyBlue1
static

Definition at line 811 of file color.hpp.

◆ LightSkyBlue2

const sRGB_color neogfx::sRGB_color::LightSkyBlue2
static

Definition at line 812 of file color.hpp.

◆ LightSkyBlue3

const sRGB_color neogfx::sRGB_color::LightSkyBlue3
static

Definition at line 813 of file color.hpp.

◆ LightSkyBlue4

const sRGB_color neogfx::sRGB_color::LightSkyBlue4
static

Definition at line 814 of file color.hpp.

◆ LightSlateBlue

const sRGB_color neogfx::sRGB_color::LightSlateBlue
static

Definition at line 815 of file color.hpp.

◆ LightSlateGray

const sRGB_color neogfx::sRGB_color::LightSlateGray
static

Definition at line 816 of file color.hpp.

◆ LightSlateGrey

const sRGB_color neogfx::sRGB_color::LightSlateGrey
static

Definition at line 817 of file color.hpp.

◆ LightSteelBlue

const sRGB_color neogfx::sRGB_color::LightSteelBlue
static

Definition at line 818 of file color.hpp.

◆ LightSteelBlue1

const sRGB_color neogfx::sRGB_color::LightSteelBlue1
static

Definition at line 819 of file color.hpp.

◆ LightSteelBlue2

const sRGB_color neogfx::sRGB_color::LightSteelBlue2
static

Definition at line 820 of file color.hpp.

◆ LightSteelBlue3

const sRGB_color neogfx::sRGB_color::LightSteelBlue3
static

Definition at line 821 of file color.hpp.

◆ LightSteelBlue4

const sRGB_color neogfx::sRGB_color::LightSteelBlue4
static

Definition at line 822 of file color.hpp.

◆ LightYellow

const sRGB_color neogfx::sRGB_color::LightYellow
static

Definition at line 823 of file color.hpp.

◆ LightYellow1

const sRGB_color neogfx::sRGB_color::LightYellow1
static

Definition at line 824 of file color.hpp.

◆ LightYellow2

const sRGB_color neogfx::sRGB_color::LightYellow2
static

Definition at line 825 of file color.hpp.

◆ LightYellow3

const sRGB_color neogfx::sRGB_color::LightYellow3
static

Definition at line 826 of file color.hpp.

◆ LightYellow4

const sRGB_color neogfx::sRGB_color::LightYellow4
static

Definition at line 827 of file color.hpp.

◆ LimeGreen

const sRGB_color neogfx::sRGB_color::LimeGreen
static

Definition at line 828 of file color.hpp.

◆ Linen

const sRGB_color neogfx::sRGB_color::Linen
static

Definition at line 829 of file color.hpp.

◆ Magenta

const sRGB_color neogfx::sRGB_color::Magenta
static

Definition at line 830 of file color.hpp.

◆ Magenta1

const sRGB_color neogfx::sRGB_color::Magenta1
static

Definition at line 831 of file color.hpp.

◆ Magenta2

const sRGB_color neogfx::sRGB_color::Magenta2
static

Definition at line 832 of file color.hpp.

◆ Magenta3

const sRGB_color neogfx::sRGB_color::Magenta3
static

Definition at line 833 of file color.hpp.

◆ Magenta4

const sRGB_color neogfx::sRGB_color::Magenta4
static

Definition at line 834 of file color.hpp.

◆ Maroon

const sRGB_color neogfx::sRGB_color::Maroon
static

Definition at line 835 of file color.hpp.

◆ Maroon1

const sRGB_color neogfx::sRGB_color::Maroon1
static

Definition at line 836 of file color.hpp.

◆ Maroon2

const sRGB_color neogfx::sRGB_color::Maroon2
static

Definition at line 837 of file color.hpp.

◆ Maroon3

const sRGB_color neogfx::sRGB_color::Maroon3
static

Definition at line 838 of file color.hpp.

◆ Maroon4

const sRGB_color neogfx::sRGB_color::Maroon4
static

Definition at line 839 of file color.hpp.

◆ MediumAquamarine

const sRGB_color neogfx::sRGB_color::MediumAquamarine
static

Definition at line 840 of file color.hpp.

◆ MediumBlue

const sRGB_color neogfx::sRGB_color::MediumBlue
static

Definition at line 841 of file color.hpp.

◆ MediumOrchid

const sRGB_color neogfx::sRGB_color::MediumOrchid
static

Definition at line 842 of file color.hpp.

◆ MediumOrchid1

const sRGB_color neogfx::sRGB_color::MediumOrchid1
static

Definition at line 843 of file color.hpp.

◆ MediumOrchid2

const sRGB_color neogfx::sRGB_color::MediumOrchid2
static

Definition at line 844 of file color.hpp.

◆ MediumOrchid3

const sRGB_color neogfx::sRGB_color::MediumOrchid3
static

Definition at line 845 of file color.hpp.

◆ MediumOrchid4

const sRGB_color neogfx::sRGB_color::MediumOrchid4
static

Definition at line 846 of file color.hpp.

◆ MediumPurple

const sRGB_color neogfx::sRGB_color::MediumPurple
static

Definition at line 847 of file color.hpp.

◆ MediumPurple1

const sRGB_color neogfx::sRGB_color::MediumPurple1
static

Definition at line 848 of file color.hpp.

◆ MediumPurple2

const sRGB_color neogfx::sRGB_color::MediumPurple2
static

Definition at line 849 of file color.hpp.

◆ MediumPurple3

const sRGB_color neogfx::sRGB_color::MediumPurple3
static

Definition at line 850 of file color.hpp.

◆ MediumPurple4

const sRGB_color neogfx::sRGB_color::MediumPurple4
static

Definition at line 851 of file color.hpp.

◆ MediumSeaGreen

const sRGB_color neogfx::sRGB_color::MediumSeaGreen
static

Definition at line 852 of file color.hpp.

◆ MediumSlateBlue

const sRGB_color neogfx::sRGB_color::MediumSlateBlue
static

Definition at line 853 of file color.hpp.

◆ MediumSpringGreen

const sRGB_color neogfx::sRGB_color::MediumSpringGreen
static

Definition at line 854 of file color.hpp.

◆ MediumTurquoise

const sRGB_color neogfx::sRGB_color::MediumTurquoise
static

Definition at line 855 of file color.hpp.

◆ MediumVioletRed

const sRGB_color neogfx::sRGB_color::MediumVioletRed
static

Definition at line 856 of file color.hpp.

◆ MidnightBlue

const sRGB_color neogfx::sRGB_color::MidnightBlue
static

Definition at line 857 of file color.hpp.

◆ MintCream

const sRGB_color neogfx::sRGB_color::MintCream
static

Definition at line 858 of file color.hpp.

◆ MistyRose

const sRGB_color neogfx::sRGB_color::MistyRose
static

Definition at line 859 of file color.hpp.

◆ MistyRose1

const sRGB_color neogfx::sRGB_color::MistyRose1
static

Definition at line 860 of file color.hpp.

◆ MistyRose2

const sRGB_color neogfx::sRGB_color::MistyRose2
static

Definition at line 861 of file color.hpp.

◆ MistyRose3

const sRGB_color neogfx::sRGB_color::MistyRose3
static

Definition at line 862 of file color.hpp.

◆ MistyRose4

const sRGB_color neogfx::sRGB_color::MistyRose4
static

Definition at line 863 of file color.hpp.

◆ Moccasin

const sRGB_color neogfx::sRGB_color::Moccasin
static

Definition at line 864 of file color.hpp.

◆ NavajoWhite

const sRGB_color neogfx::sRGB_color::NavajoWhite
static

Definition at line 865 of file color.hpp.

◆ NavajoWhite1

const sRGB_color neogfx::sRGB_color::NavajoWhite1
static

Definition at line 866 of file color.hpp.

◆ NavajoWhite2

const sRGB_color neogfx::sRGB_color::NavajoWhite2
static

Definition at line 867 of file color.hpp.

◆ NavajoWhite3

const sRGB_color neogfx::sRGB_color::NavajoWhite3
static

Definition at line 868 of file color.hpp.

◆ NavajoWhite4

const sRGB_color neogfx::sRGB_color::NavajoWhite4
static

Definition at line 869 of file color.hpp.

◆ Navy

const sRGB_color neogfx::sRGB_color::Navy
static

Definition at line 870 of file color.hpp.

◆ NavyBlue

const sRGB_color neogfx::sRGB_color::NavyBlue
static

Definition at line 871 of file color.hpp.

◆ OldLace

const sRGB_color neogfx::sRGB_color::OldLace
static

Definition at line 872 of file color.hpp.

◆ OliveDrab

const sRGB_color neogfx::sRGB_color::OliveDrab
static

Definition at line 873 of file color.hpp.

◆ OliveDrab1

const sRGB_color neogfx::sRGB_color::OliveDrab1
static

Definition at line 874 of file color.hpp.

◆ OliveDrab2

const sRGB_color neogfx::sRGB_color::OliveDrab2
static

Definition at line 875 of file color.hpp.

◆ OliveDrab3

const sRGB_color neogfx::sRGB_color::OliveDrab3
static

Definition at line 876 of file color.hpp.

◆ OliveDrab4

const sRGB_color neogfx::sRGB_color::OliveDrab4
static

Definition at line 877 of file color.hpp.

◆ Orange

const sRGB_color neogfx::sRGB_color::Orange
static

Definition at line 878 of file color.hpp.

◆ Orange1

const sRGB_color neogfx::sRGB_color::Orange1
static

Definition at line 879 of file color.hpp.

◆ Orange2

const sRGB_color neogfx::sRGB_color::Orange2
static

Definition at line 880 of file color.hpp.

◆ Orange3

const sRGB_color neogfx::sRGB_color::Orange3
static

Definition at line 881 of file color.hpp.

◆ Orange4

const sRGB_color neogfx::sRGB_color::Orange4
static

Definition at line 882 of file color.hpp.

◆ OrangeRed

const sRGB_color neogfx::sRGB_color::OrangeRed
static

Definition at line 883 of file color.hpp.

◆ OrangeRed1

const sRGB_color neogfx::sRGB_color::OrangeRed1
static

Definition at line 884 of file color.hpp.

◆ OrangeRed2

const sRGB_color neogfx::sRGB_color::OrangeRed2
static

Definition at line 885 of file color.hpp.

◆ OrangeRed3

const sRGB_color neogfx::sRGB_color::OrangeRed3
static

Definition at line 886 of file color.hpp.

◆ OrangeRed4

const sRGB_color neogfx::sRGB_color::OrangeRed4
static

Definition at line 887 of file color.hpp.

◆ Orchid

const sRGB_color neogfx::sRGB_color::Orchid
static

Definition at line 888 of file color.hpp.

◆ Orchid1

const sRGB_color neogfx::sRGB_color::Orchid1
static

Definition at line 889 of file color.hpp.

◆ Orchid2

const sRGB_color neogfx::sRGB_color::Orchid2
static

Definition at line 890 of file color.hpp.

◆ Orchid3

const sRGB_color neogfx::sRGB_color::Orchid3
static

Definition at line 891 of file color.hpp.

◆ Orchid4

const sRGB_color neogfx::sRGB_color::Orchid4
static

Definition at line 892 of file color.hpp.

◆ PaleGoldenrod

const sRGB_color neogfx::sRGB_color::PaleGoldenrod
static

Definition at line 893 of file color.hpp.

◆ PaleGreen

const sRGB_color neogfx::sRGB_color::PaleGreen
static

Definition at line 894 of file color.hpp.

◆ PaleGreen1

const sRGB_color neogfx::sRGB_color::PaleGreen1
static

Definition at line 895 of file color.hpp.

◆ PaleGreen2

const sRGB_color neogfx::sRGB_color::PaleGreen2
static

Definition at line 896 of file color.hpp.

◆ PaleGreen3

const sRGB_color neogfx::sRGB_color::PaleGreen3
static

Definition at line 897 of file color.hpp.

◆ PaleGreen4

const sRGB_color neogfx::sRGB_color::PaleGreen4
static

Definition at line 898 of file color.hpp.

◆ PaleTurquoise

const sRGB_color neogfx::sRGB_color::PaleTurquoise
static

Definition at line 899 of file color.hpp.

◆ PaleTurquoise1

const sRGB_color neogfx::sRGB_color::PaleTurquoise1
static

Definition at line 900 of file color.hpp.

◆ PaleTurquoise2

const sRGB_color neogfx::sRGB_color::PaleTurquoise2
static

Definition at line 901 of file color.hpp.

◆ PaleTurquoise3

const sRGB_color neogfx::sRGB_color::PaleTurquoise3
static

Definition at line 902 of file color.hpp.

◆ PaleTurquoise4

const sRGB_color neogfx::sRGB_color::PaleTurquoise4
static

Definition at line 903 of file color.hpp.

◆ PaleVioletRed

const sRGB_color neogfx::sRGB_color::PaleVioletRed
static

Definition at line 904 of file color.hpp.

◆ PaleVioletRed1

const sRGB_color neogfx::sRGB_color::PaleVioletRed1
static

Definition at line 905 of file color.hpp.

◆ PaleVioletRed2

const sRGB_color neogfx::sRGB_color::PaleVioletRed2
static

Definition at line 906 of file color.hpp.

◆ PaleVioletRed3

const sRGB_color neogfx::sRGB_color::PaleVioletRed3
static

Definition at line 907 of file color.hpp.

◆ PaleVioletRed4

const sRGB_color neogfx::sRGB_color::PaleVioletRed4
static

Definition at line 908 of file color.hpp.

◆ PapayaWhip

const sRGB_color neogfx::sRGB_color::PapayaWhip
static

Definition at line 909 of file color.hpp.

◆ PeachPuff

const sRGB_color neogfx::sRGB_color::PeachPuff
static

Definition at line 910 of file color.hpp.

◆ PeachPuff1

const sRGB_color neogfx::sRGB_color::PeachPuff1
static

Definition at line 911 of file color.hpp.

◆ PeachPuff2

const sRGB_color neogfx::sRGB_color::PeachPuff2
static

Definition at line 912 of file color.hpp.

◆ PeachPuff3

const sRGB_color neogfx::sRGB_color::PeachPuff3
static

Definition at line 913 of file color.hpp.

◆ PeachPuff4

const sRGB_color neogfx::sRGB_color::PeachPuff4
static

Definition at line 914 of file color.hpp.

◆ Peru

const sRGB_color neogfx::sRGB_color::Peru
static

Definition at line 915 of file color.hpp.

◆ Pink

const sRGB_color neogfx::sRGB_color::Pink
static

Definition at line 916 of file color.hpp.

◆ Pink1

const sRGB_color neogfx::sRGB_color::Pink1
static

Definition at line 917 of file color.hpp.

◆ Pink2

const sRGB_color neogfx::sRGB_color::Pink2
static

Definition at line 918 of file color.hpp.

◆ Pink3

const sRGB_color neogfx::sRGB_color::Pink3
static

Definition at line 919 of file color.hpp.

◆ Pink4

const sRGB_color neogfx::sRGB_color::Pink4
static

Definition at line 920 of file color.hpp.

◆ Plum

const sRGB_color neogfx::sRGB_color::Plum
static

Definition at line 921 of file color.hpp.

◆ Plum1

const sRGB_color neogfx::sRGB_color::Plum1
static

Definition at line 922 of file color.hpp.

◆ Plum2

const sRGB_color neogfx::sRGB_color::Plum2
static

Definition at line 923 of file color.hpp.

◆ Plum3

const sRGB_color neogfx::sRGB_color::Plum3
static

Definition at line 924 of file color.hpp.

◆ Plum4

const sRGB_color neogfx::sRGB_color::Plum4
static

Definition at line 925 of file color.hpp.

◆ PowderBlue

const sRGB_color neogfx::sRGB_color::PowderBlue
static

Definition at line 926 of file color.hpp.

◆ Purple

const sRGB_color neogfx::sRGB_color::Purple
static

Definition at line 927 of file color.hpp.

◆ Purple1

const sRGB_color neogfx::sRGB_color::Purple1
static

Definition at line 928 of file color.hpp.

◆ Purple2

const sRGB_color neogfx::sRGB_color::Purple2
static

Definition at line 929 of file color.hpp.

◆ Purple3

const sRGB_color neogfx::sRGB_color::Purple3
static

Definition at line 930 of file color.hpp.

◆ Purple4

const sRGB_color neogfx::sRGB_color::Purple4
static

Definition at line 931 of file color.hpp.

◆ Red

const sRGB_color neogfx::sRGB_color::Red
static

Definition at line 932 of file color.hpp.

◆ Red1

const sRGB_color neogfx::sRGB_color::Red1
static

Definition at line 933 of file color.hpp.

◆ Red2

const sRGB_color neogfx::sRGB_color::Red2
static

Definition at line 934 of file color.hpp.

◆ Red3

const sRGB_color neogfx::sRGB_color::Red3
static

Definition at line 935 of file color.hpp.

◆ Red4

const sRGB_color neogfx::sRGB_color::Red4
static

Definition at line 936 of file color.hpp.

◆ RosyBrown

const sRGB_color neogfx::sRGB_color::RosyBrown
static

Definition at line 937 of file color.hpp.

◆ RosyBrown1

const sRGB_color neogfx::sRGB_color::RosyBrown1
static

Definition at line 938 of file color.hpp.

◆ RosyBrown2

const sRGB_color neogfx::sRGB_color::RosyBrown2
static

Definition at line 939 of file color.hpp.

◆ RosyBrown3

const sRGB_color neogfx::sRGB_color::RosyBrown3
static

Definition at line 940 of file color.hpp.

◆ RosyBrown4

const sRGB_color neogfx::sRGB_color::RosyBrown4
static

Definition at line 941 of file color.hpp.

◆ RoyalBlue

const sRGB_color neogfx::sRGB_color::RoyalBlue
static

Definition at line 942 of file color.hpp.

◆ RoyalBlue1

const sRGB_color neogfx::sRGB_color::RoyalBlue1
static

Definition at line 943 of file color.hpp.

◆ RoyalBlue2

const sRGB_color neogfx::sRGB_color::RoyalBlue2
static

Definition at line 944 of file color.hpp.

◆ RoyalBlue3

const sRGB_color neogfx::sRGB_color::RoyalBlue3
static

Definition at line 945 of file color.hpp.

◆ RoyalBlue4

const sRGB_color neogfx::sRGB_color::RoyalBlue4
static

Definition at line 946 of file color.hpp.

◆ SaddleBrown

const sRGB_color neogfx::sRGB_color::SaddleBrown
static

Definition at line 947 of file color.hpp.

◆ Salmon

const sRGB_color neogfx::sRGB_color::Salmon
static

Definition at line 948 of file color.hpp.

◆ Salmon1

const sRGB_color neogfx::sRGB_color::Salmon1
static

Definition at line 949 of file color.hpp.

◆ Salmon2

const sRGB_color neogfx::sRGB_color::Salmon2
static

Definition at line 950 of file color.hpp.

◆ Salmon3

const sRGB_color neogfx::sRGB_color::Salmon3
static

Definition at line 951 of file color.hpp.

◆ Salmon4

const sRGB_color neogfx::sRGB_color::Salmon4
static

Definition at line 952 of file color.hpp.

◆ SandyBrown

const sRGB_color neogfx::sRGB_color::SandyBrown
static

Definition at line 953 of file color.hpp.

◆ SeaGreen

const sRGB_color neogfx::sRGB_color::SeaGreen
static

Definition at line 954 of file color.hpp.

◆ SeaGreen1

const sRGB_color neogfx::sRGB_color::SeaGreen1
static

Definition at line 955 of file color.hpp.

◆ SeaGreen2

const sRGB_color neogfx::sRGB_color::SeaGreen2
static

Definition at line 956 of file color.hpp.

◆ SeaGreen3

const sRGB_color neogfx::sRGB_color::SeaGreen3
static

Definition at line 957 of file color.hpp.

◆ SeaGreen4

const sRGB_color neogfx::sRGB_color::SeaGreen4
static

Definition at line 958 of file color.hpp.

◆ Seashell

const sRGB_color neogfx::sRGB_color::Seashell
static

Definition at line 959 of file color.hpp.

◆ Seashell1

const sRGB_color neogfx::sRGB_color::Seashell1
static

Definition at line 960 of file color.hpp.

◆ Seashell2

const sRGB_color neogfx::sRGB_color::Seashell2
static

Definition at line 961 of file color.hpp.

◆ Seashell3

const sRGB_color neogfx::sRGB_color::Seashell3
static

Definition at line 962 of file color.hpp.

◆ Seashell4

const sRGB_color neogfx::sRGB_color::Seashell4
static

Definition at line 963 of file color.hpp.

◆ Sienna

const sRGB_color neogfx::sRGB_color::Sienna
static

Definition at line 964 of file color.hpp.

◆ Sienna1

const sRGB_color neogfx::sRGB_color::Sienna1
static

Definition at line 965 of file color.hpp.

◆ Sienna2

const sRGB_color neogfx::sRGB_color::Sienna2
static

Definition at line 966 of file color.hpp.

◆ Sienna3

const sRGB_color neogfx::sRGB_color::Sienna3
static

Definition at line 967 of file color.hpp.

◆ Sienna4

const sRGB_color neogfx::sRGB_color::Sienna4
static

Definition at line 968 of file color.hpp.

◆ Silver

const sRGB_color neogfx::sRGB_color::Silver
static

Definition at line 969 of file color.hpp.

◆ SkyBlue

const sRGB_color neogfx::sRGB_color::SkyBlue
static

Definition at line 970 of file color.hpp.

◆ SkyBlue1

const sRGB_color neogfx::sRGB_color::SkyBlue1
static

Definition at line 971 of file color.hpp.

◆ SkyBlue2

const sRGB_color neogfx::sRGB_color::SkyBlue2
static

Definition at line 972 of file color.hpp.

◆ SkyBlue3

const sRGB_color neogfx::sRGB_color::SkyBlue3
static

Definition at line 973 of file color.hpp.

◆ SkyBlue4

const sRGB_color neogfx::sRGB_color::SkyBlue4
static

Definition at line 974 of file color.hpp.

◆ SlateBlue

const sRGB_color neogfx::sRGB_color::SlateBlue
static

Definition at line 975 of file color.hpp.

◆ SlateBlue1

const sRGB_color neogfx::sRGB_color::SlateBlue1
static

Definition at line 976 of file color.hpp.

◆ SlateBlue2

const sRGB_color neogfx::sRGB_color::SlateBlue2
static

Definition at line 977 of file color.hpp.

◆ SlateBlue3

const sRGB_color neogfx::sRGB_color::SlateBlue3
static

Definition at line 978 of file color.hpp.

◆ SlateBlue4

const sRGB_color neogfx::sRGB_color::SlateBlue4
static

Definition at line 979 of file color.hpp.

◆ SlateGray

const sRGB_color neogfx::sRGB_color::SlateGray
static

Definition at line 980 of file color.hpp.

◆ SlateGray1

const sRGB_color neogfx::sRGB_color::SlateGray1
static

Definition at line 981 of file color.hpp.

◆ SlateGray2

const sRGB_color neogfx::sRGB_color::SlateGray2
static

Definition at line 982 of file color.hpp.

◆ SlateGray3

const sRGB_color neogfx::sRGB_color::SlateGray3
static

Definition at line 983 of file color.hpp.

◆ SlateGray4

const sRGB_color neogfx::sRGB_color::SlateGray4
static

Definition at line 984 of file color.hpp.

◆ SlateGrey

const sRGB_color neogfx::sRGB_color::SlateGrey
static

Definition at line 985 of file color.hpp.

◆ Snow

const sRGB_color neogfx::sRGB_color::Snow
static

Definition at line 986 of file color.hpp.

◆ Snow1

const sRGB_color neogfx::sRGB_color::Snow1
static

Definition at line 987 of file color.hpp.

◆ Snow2

const sRGB_color neogfx::sRGB_color::Snow2
static

Definition at line 988 of file color.hpp.

◆ Snow3

const sRGB_color neogfx::sRGB_color::Snow3
static

Definition at line 989 of file color.hpp.

◆ Snow4

const sRGB_color neogfx::sRGB_color::Snow4
static

Definition at line 990 of file color.hpp.

◆ SpringGreen

const sRGB_color neogfx::sRGB_color::SpringGreen
static

Definition at line 991 of file color.hpp.

◆ SpringGreen1

const sRGB_color neogfx::sRGB_color::SpringGreen1
static

Definition at line 992 of file color.hpp.

◆ SpringGreen2

const sRGB_color neogfx::sRGB_color::SpringGreen2
static

Definition at line 993 of file color.hpp.

◆ SpringGreen3

const sRGB_color neogfx::sRGB_color::SpringGreen3
static

Definition at line 994 of file color.hpp.

◆ SpringGreen4

const sRGB_color neogfx::sRGB_color::SpringGreen4
static

Definition at line 995 of file color.hpp.

◆ SteelBlue

const sRGB_color neogfx::sRGB_color::SteelBlue
static

Definition at line 996 of file color.hpp.

◆ SteelBlue1

const sRGB_color neogfx::sRGB_color::SteelBlue1
static

Definition at line 997 of file color.hpp.

◆ SteelBlue2

const sRGB_color neogfx::sRGB_color::SteelBlue2
static

Definition at line 998 of file color.hpp.

◆ SteelBlue3

const sRGB_color neogfx::sRGB_color::SteelBlue3
static

Definition at line 999 of file color.hpp.

◆ SteelBlue4

const sRGB_color neogfx::sRGB_color::SteelBlue4
static

Definition at line 1000 of file color.hpp.

◆ Tan

const sRGB_color neogfx::sRGB_color::Tan
static

Definition at line 1001 of file color.hpp.

◆ Tan1

const sRGB_color neogfx::sRGB_color::Tan1
static

Definition at line 1002 of file color.hpp.

◆ Tan2

const sRGB_color neogfx::sRGB_color::Tan2
static

Definition at line 1003 of file color.hpp.

◆ Tan3

const sRGB_color neogfx::sRGB_color::Tan3
static

Definition at line 1004 of file color.hpp.

◆ Tan4

const sRGB_color neogfx::sRGB_color::Tan4
static

Definition at line 1005 of file color.hpp.

◆ Thistle

const sRGB_color neogfx::sRGB_color::Thistle
static

Definition at line 1006 of file color.hpp.

◆ Thistle1

const sRGB_color neogfx::sRGB_color::Thistle1
static

Definition at line 1007 of file color.hpp.

◆ Thistle2

const sRGB_color neogfx::sRGB_color::Thistle2
static

Definition at line 1008 of file color.hpp.

◆ Thistle3

const sRGB_color neogfx::sRGB_color::Thistle3
static

Definition at line 1009 of file color.hpp.

◆ Thistle4

const sRGB_color neogfx::sRGB_color::Thistle4
static

Definition at line 1010 of file color.hpp.

◆ Tomato

const sRGB_color neogfx::sRGB_color::Tomato
static

Definition at line 1011 of file color.hpp.

◆ Tomato1

const sRGB_color neogfx::sRGB_color::Tomato1
static

Definition at line 1012 of file color.hpp.

◆ Tomato2

const sRGB_color neogfx::sRGB_color::Tomato2
static

Definition at line 1013 of file color.hpp.

◆ Tomato3

const sRGB_color neogfx::sRGB_color::Tomato3
static

Definition at line 1014 of file color.hpp.

◆ Tomato4

const sRGB_color neogfx::sRGB_color::Tomato4
static

Definition at line 1015 of file color.hpp.

◆ Turquoise

const sRGB_color neogfx::sRGB_color::Turquoise
static

Definition at line 1016 of file color.hpp.

◆ Turquoise1

const sRGB_color neogfx::sRGB_color::Turquoise1
static

Definition at line 1017 of file color.hpp.

◆ Turquoise2

const sRGB_color neogfx::sRGB_color::Turquoise2
static

Definition at line 1018 of file color.hpp.

◆ Turquoise3

const sRGB_color neogfx::sRGB_color::Turquoise3
static

Definition at line 1019 of file color.hpp.

◆ Turquoise4

const sRGB_color neogfx::sRGB_color::Turquoise4
static

Definition at line 1020 of file color.hpp.

◆ Violet

const sRGB_color neogfx::sRGB_color::Violet
static

Definition at line 1021 of file color.hpp.

◆ VioletRed

const sRGB_color neogfx::sRGB_color::VioletRed
static

Definition at line 1022 of file color.hpp.

◆ VioletRed1

const sRGB_color neogfx::sRGB_color::VioletRed1
static

Definition at line 1023 of file color.hpp.

◆ VioletRed2

const sRGB_color neogfx::sRGB_color::VioletRed2
static

Definition at line 1024 of file color.hpp.

◆ VioletRed3

const sRGB_color neogfx::sRGB_color::VioletRed3
static

Definition at line 1025 of file color.hpp.

◆ VioletRed4

const sRGB_color neogfx::sRGB_color::VioletRed4
static

Definition at line 1026 of file color.hpp.

◆ Wheat

const sRGB_color neogfx::sRGB_color::Wheat
static

Definition at line 1027 of file color.hpp.

◆ Wheat1

const sRGB_color neogfx::sRGB_color::Wheat1
static

Definition at line 1028 of file color.hpp.

◆ Wheat2

const sRGB_color neogfx::sRGB_color::Wheat2
static

Definition at line 1029 of file color.hpp.

◆ Wheat3

const sRGB_color neogfx::sRGB_color::Wheat3
static

Definition at line 1030 of file color.hpp.

◆ Wheat4

const sRGB_color neogfx::sRGB_color::Wheat4
static

Definition at line 1031 of file color.hpp.

◆ White

const sRGB_color neogfx::sRGB_color::White
static

Definition at line 1032 of file color.hpp.

◆ WhiteSmoke

const sRGB_color neogfx::sRGB_color::WhiteSmoke
static

Definition at line 1033 of file color.hpp.

◆ Yellow

const sRGB_color neogfx::sRGB_color::Yellow
static

Definition at line 1034 of file color.hpp.

◆ Yellow1

const sRGB_color neogfx::sRGB_color::Yellow1
static

Definition at line 1035 of file color.hpp.

◆ Yellow2

const sRGB_color neogfx::sRGB_color::Yellow2
static

Definition at line 1036 of file color.hpp.

◆ Yellow3

const sRGB_color neogfx::sRGB_color::Yellow3
static

Definition at line 1037 of file color.hpp.

◆ Yellow4

const sRGB_color neogfx::sRGB_color::Yellow4
static

Definition at line 1038 of file color.hpp.

◆ YellowGreen

const sRGB_color neogfx::sRGB_color::YellowGreen
static

Definition at line 1039 of file color.hpp.


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