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