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