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

This is the complete list of members for neogfx::sRGB_color, including all inherited members.

abstract_type typedefneogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >
AliceBlueneogfx::sRGB_colorstatic
alpha() constneogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >inline
alpha() constneogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >inline
alpha_component_indexneogfx::basic_color< ColorSpace, BaseComponent, ViewComponent, ColorComponentCount, Derived >static
AlphaShiftneogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >protectedstatic
AntiqueWhiteneogfx::sRGB_colorstatic
AntiqueWhite1neogfx::sRGB_colorstatic
AntiqueWhite2neogfx::sRGB_colorstatic
AntiqueWhite3neogfx::sRGB_colorstatic
AntiqueWhite4neogfx::sRGB_colorstatic
Aquamarineneogfx::sRGB_colorstatic
Aquamarine1neogfx::sRGB_colorstatic
Aquamarine2neogfx::sRGB_colorstatic
Aquamarine3neogfx::sRGB_colorstatic
Aquamarine4neogfx::sRGB_colorstatic
argb typedefneogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >
array_type typedefneolib::math::basic_vector< T, _Size, Type >
as() constneolib::math::basic_vector< T, _Size, Type >inline
as_argb() constneogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >inline
Azureneogfx::sRGB_colorstatic
Azure1neogfx::sRGB_colorstatic
Azure2neogfx::sRGB_colorstatic
Azure3neogfx::sRGB_colorstatic
Azure4neogfx::sRGB_colorstatic
base_component typedefneogfx::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() constneolib::math::basic_vector< T, _Size, Type >inline
begin()neolib::math::basic_vector< T, _Size, Type >inline
Beigeneogfx::sRGB_colorstatic
Bisqueneogfx::sRGB_colorstatic
Bisque1neogfx::sRGB_colorstatic
Bisque2neogfx::sRGB_colorstatic
Bisque3neogfx::sRGB_colorstatic
Bisque4neogfx::sRGB_colorstatic
Blackneogfx::sRGB_colorstatic
BlanchedAlmondneogfx::sRGB_colorstatic
Blueneogfx::sRGB_colorstatic
blue() constneogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >inline
blue() constneogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >inline
Blue1neogfx::sRGB_colorstatic
Blue2neogfx::sRGB_colorstatic
Blue3neogfx::sRGB_colorstatic
Blue4neogfx::sRGB_colorstatic
BlueShiftneogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >protectedstatic
BlueVioletneogfx::sRGB_colorstatic
brightness() constneogfx::sRGB_color
Brownneogfx::sRGB_colorstatic
Brown1neogfx::sRGB_colorstatic
Brown2neogfx::sRGB_colorstatic
Brown3neogfx::sRGB_colorstatic
Brown4neogfx::sRGB_colorstatic
Burlywoodneogfx::sRGB_colorstatic
Burlywood1neogfx::sRGB_colorstatic
Burlywood2neogfx::sRGB_colorstatic
Burlywood3neogfx::sRGB_colorstatic
Burlywood4neogfx::sRGB_colorstatic
CadetBlueneogfx::sRGB_colorstatic
CadetBlue1neogfx::sRGB_colorstatic
CadetBlue2neogfx::sRGB_colorstatic
CadetBlue3neogfx::sRGB_colorstatic
CadetBlue4neogfx::sRGB_colorstatic
ceil() constneolib::math::basic_vector< T, _Size, Type >inline
Chartreuseneogfx::sRGB_colorstatic
Chartreuse1neogfx::sRGB_colorstatic
Chartreuse2neogfx::sRGB_colorstatic
Chartreuse3neogfx::sRGB_colorstatic
Chartreuse4neogfx::sRGB_colorstatic
Chocolateneogfx::sRGB_colorstatic
Chocolate1neogfx::sRGB_colorstatic
Chocolate2neogfx::sRGB_colorstatic
Chocolate3neogfx::sRGB_colorstatic
Chocolate4neogfx::sRGB_colorstatic
color_spaceneogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >static
component typedefneogfx::sRGB_color
component_countneogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >static
const_iterator typedefneolib::math::basic_vector< T, _Size, Type >
convert(From aComponent)neogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >inlinestatic
Coralneogfx::sRGB_colorstatic
Coral1neogfx::sRGB_colorstatic
Coral2neogfx::sRGB_colorstatic
Coral3neogfx::sRGB_colorstatic
Coral4neogfx::sRGB_colorstatic
CornflowerBlueneogfx::sRGB_colorstatic
Cornsilkneogfx::sRGB_colorstatic
Cornsilk1neogfx::sRGB_colorstatic
Cornsilk2neogfx::sRGB_colorstatic
Cornsilk3neogfx::sRGB_colorstatic
Cornsilk4neogfx::sRGB_colorstatic
cross(const self_type &right) constneolib::math::basic_vector< T, _Size, Type >inline
Cyanneogfx::sRGB_colorstatic
Cyan1neogfx::sRGB_colorstatic
Cyan2neogfx::sRGB_colorstatic
Cyan3neogfx::sRGB_colorstatic
Cyan4neogfx::sRGB_colorstatic
dark(scalar aThreshold=0.50) constneogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >inline
DarkBlueneogfx::sRGB_colorstatic
DarkCyanneogfx::sRGB_colorstatic
darken(view_component aDelta)neogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >inline
darker(view_component aDelta) constneogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >inline
DarkGoldenrodneogfx::sRGB_colorstatic
DarkGoldenrod1neogfx::sRGB_colorstatic
DarkGoldenrod2neogfx::sRGB_colorstatic
DarkGoldenrod3neogfx::sRGB_colorstatic
DarkGoldenrod4neogfx::sRGB_colorstatic
DarkGrayneogfx::sRGB_colorstatic
DarkGreenneogfx::sRGB_colorstatic
DarkGreyneogfx::sRGB_colorstatic
DarkKhakineogfx::sRGB_colorstatic
DarkMagentaneogfx::sRGB_colorstatic
DarkOliveGreenneogfx::sRGB_colorstatic
DarkOliveGreen1neogfx::sRGB_colorstatic
DarkOliveGreen2neogfx::sRGB_colorstatic
DarkOliveGreen3neogfx::sRGB_colorstatic
DarkOliveGreen4neogfx::sRGB_colorstatic
DarkOrangeneogfx::sRGB_colorstatic
DarkOrange1neogfx::sRGB_colorstatic
DarkOrange2neogfx::sRGB_colorstatic
DarkOrange3neogfx::sRGB_colorstatic
DarkOrange4neogfx::sRGB_colorstatic
DarkOrchidneogfx::sRGB_colorstatic
DarkOrchid1neogfx::sRGB_colorstatic
DarkOrchid2neogfx::sRGB_colorstatic
DarkOrchid3neogfx::sRGB_colorstatic
DarkOrchid4neogfx::sRGB_colorstatic
DarkRedneogfx::sRGB_colorstatic
DarkSalmonneogfx::sRGB_colorstatic
DarkSeaGreenneogfx::sRGB_colorstatic
DarkSeaGreen1neogfx::sRGB_colorstatic
DarkSeaGreen2neogfx::sRGB_colorstatic
DarkSeaGreen3neogfx::sRGB_colorstatic
DarkSeaGreen4neogfx::sRGB_colorstatic
DarkSlateBlueneogfx::sRGB_colorstatic
DarkSlateGrayneogfx::sRGB_colorstatic
DarkSlateGray1neogfx::sRGB_colorstatic
DarkSlateGray2neogfx::sRGB_colorstatic
DarkSlateGray3neogfx::sRGB_colorstatic
DarkSlateGray4neogfx::sRGB_colorstatic
DarkSlateGreyneogfx::sRGB_colorstatic
DarkTurquoiseneogfx::sRGB_colorstatic
DarkVioletneogfx::sRGB_colorstatic
DebianRedneogfx::sRGB_colorstatic
DeepPinkneogfx::sRGB_colorstatic
DeepPink1neogfx::sRGB_colorstatic
DeepPink2neogfx::sRGB_colorstatic
DeepPink3neogfx::sRGB_colorstatic
DeepPink4neogfx::sRGB_colorstatic
DeepSkyBlueneogfx::sRGB_colorstatic
DeepSkyBlue1neogfx::sRGB_colorstatic
DeepSkyBlue2neogfx::sRGB_colorstatic
DeepSkyBlue3neogfx::sRGB_colorstatic
DeepSkyBlue4neogfx::sRGB_colorstatic
DimGrayneogfx::sRGB_colorstatic
DimGreyneogfx::sRGB_colorstatic
distance(const self_type &right) constneolib::math::basic_vector< T, _Size, Type >inline
DodgerBlueneogfx::sRGB_colorstatic
DodgerBlue1neogfx::sRGB_colorstatic
DodgerBlue2neogfx::sRGB_colorstatic
DodgerBlue3neogfx::sRGB_colorstatic
DodgerBlue4neogfx::sRGB_colorstatic
dot(const self_type &right) constneolib::math::basic_vector< T, _Size, Type >inline
end() constneolib::math::basic_vector< T, _Size, Type >inline
end()neolib::math::basic_vector< T, _Size, Type >inline
Firebrickneogfx::sRGB_colorstatic
Firebrick1neogfx::sRGB_colorstatic
Firebrick2neogfx::sRGB_colorstatic
Firebrick3neogfx::sRGB_colorstatic
Firebrick4neogfx::sRGB_colorstatic
floor() constneolib::math::basic_vector< T, _Size, Type >inline
FloralWhiteneogfx::sRGB_colorstatic
ForestGreenneogfx::sRGB_colorstatic
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_colorstatic
from_name(std::string const &aName)neogfx::sRGB_colorstatic
Gainsboroneogfx::sRGB_colorstatic
GhostWhiteneogfx::sRGB_colorstatic
Goldneogfx::sRGB_colorstatic
Gold1neogfx::sRGB_colorstatic
Gold2neogfx::sRGB_colorstatic
Gold3neogfx::sRGB_colorstatic
Gold4neogfx::sRGB_colorstatic
Goldenrodneogfx::sRGB_colorstatic
Goldenrod1neogfx::sRGB_colorstatic
Goldenrod2neogfx::sRGB_colorstatic
Goldenrod3neogfx::sRGB_colorstatic
Goldenrod4neogfx::sRGB_colorstatic
Grayneogfx::sRGB_colorstatic
Gray0neogfx::sRGB_colorstatic
Gray1neogfx::sRGB_colorstatic
Gray10neogfx::sRGB_colorstatic
Gray100neogfx::sRGB_colorstatic
Gray11neogfx::sRGB_colorstatic
Gray12neogfx::sRGB_colorstatic
Gray13neogfx::sRGB_colorstatic
Gray14neogfx::sRGB_colorstatic
Gray15neogfx::sRGB_colorstatic
Gray16neogfx::sRGB_colorstatic
Gray17neogfx::sRGB_colorstatic
Gray18neogfx::sRGB_colorstatic
Gray19neogfx::sRGB_colorstatic
Gray2neogfx::sRGB_colorstatic
Gray20neogfx::sRGB_colorstatic
Gray21neogfx::sRGB_colorstatic
Gray22neogfx::sRGB_colorstatic
Gray23neogfx::sRGB_colorstatic
Gray24neogfx::sRGB_colorstatic
Gray25neogfx::sRGB_colorstatic
Gray26neogfx::sRGB_colorstatic
Gray27neogfx::sRGB_colorstatic
Gray28neogfx::sRGB_colorstatic
Gray29neogfx::sRGB_colorstatic
Gray3neogfx::sRGB_colorstatic
Gray30neogfx::sRGB_colorstatic
Gray31neogfx::sRGB_colorstatic
Gray32neogfx::sRGB_colorstatic
Gray33neogfx::sRGB_colorstatic
Gray34neogfx::sRGB_colorstatic
Gray35neogfx::sRGB_colorstatic
Gray36neogfx::sRGB_colorstatic
Gray37neogfx::sRGB_colorstatic
Gray38neogfx::sRGB_colorstatic
Gray39neogfx::sRGB_colorstatic
Gray4neogfx::sRGB_colorstatic
Gray40neogfx::sRGB_colorstatic
Gray41neogfx::sRGB_colorstatic
Gray42neogfx::sRGB_colorstatic
Gray43neogfx::sRGB_colorstatic
Gray44neogfx::sRGB_colorstatic
Gray45neogfx::sRGB_colorstatic
Gray46neogfx::sRGB_colorstatic
Gray47neogfx::sRGB_colorstatic
Gray48neogfx::sRGB_colorstatic
Gray49neogfx::sRGB_colorstatic
Gray5neogfx::sRGB_colorstatic
Gray50neogfx::sRGB_colorstatic
Gray51neogfx::sRGB_colorstatic
Gray52neogfx::sRGB_colorstatic
Gray53neogfx::sRGB_colorstatic
Gray54neogfx::sRGB_colorstatic
Gray55neogfx::sRGB_colorstatic
Gray56neogfx::sRGB_colorstatic
Gray57neogfx::sRGB_colorstatic
Gray58neogfx::sRGB_colorstatic
Gray59neogfx::sRGB_colorstatic
Gray6neogfx::sRGB_colorstatic
Gray60neogfx::sRGB_colorstatic
Gray61neogfx::sRGB_colorstatic
Gray62neogfx::sRGB_colorstatic
Gray63neogfx::sRGB_colorstatic
Gray64neogfx::sRGB_colorstatic
Gray65neogfx::sRGB_colorstatic
Gray66neogfx::sRGB_colorstatic
Gray67neogfx::sRGB_colorstatic
Gray68neogfx::sRGB_colorstatic
Gray69neogfx::sRGB_colorstatic
Gray7neogfx::sRGB_colorstatic
Gray70neogfx::sRGB_colorstatic
Gray71neogfx::sRGB_colorstatic
Gray72neogfx::sRGB_colorstatic
Gray73neogfx::sRGB_colorstatic
Gray74neogfx::sRGB_colorstatic
Gray75neogfx::sRGB_colorstatic
Gray76neogfx::sRGB_colorstatic
Gray77neogfx::sRGB_colorstatic
Gray78neogfx::sRGB_colorstatic
Gray79neogfx::sRGB_colorstatic
Gray8neogfx::sRGB_colorstatic
Gray80neogfx::sRGB_colorstatic
Gray81neogfx::sRGB_colorstatic
Gray82neogfx::sRGB_colorstatic
Gray83neogfx::sRGB_colorstatic
Gray84neogfx::sRGB_colorstatic
Gray85neogfx::sRGB_colorstatic
Gray86neogfx::sRGB_colorstatic
Gray87neogfx::sRGB_colorstatic
Gray88neogfx::sRGB_colorstatic
Gray89neogfx::sRGB_colorstatic
Gray9neogfx::sRGB_colorstatic
Gray90neogfx::sRGB_colorstatic
Gray91neogfx::sRGB_colorstatic
Gray92neogfx::sRGB_colorstatic
Gray93neogfx::sRGB_colorstatic
Gray94neogfx::sRGB_colorstatic
Gray95neogfx::sRGB_colorstatic
Gray96neogfx::sRGB_colorstatic
Gray97neogfx::sRGB_colorstatic
Gray98neogfx::sRGB_colorstatic
Gray99neogfx::sRGB_colorstatic
Greenneogfx::sRGB_colorstatic
green() constneogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >inline
green() constneogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >inline
Green1neogfx::sRGB_colorstatic
Green2neogfx::sRGB_colorstatic
Green3neogfx::sRGB_colorstatic
Green4neogfx::sRGB_colorstatic
GreenShiftneogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >protectedstatic
GreenYellowneogfx::sRGB_colorstatic
Greyneogfx::sRGB_colorstatic
Grey0neogfx::sRGB_colorstatic
Grey1neogfx::sRGB_colorstatic
Grey10neogfx::sRGB_colorstatic
Grey100neogfx::sRGB_colorstatic
Grey11neogfx::sRGB_colorstatic
Grey12neogfx::sRGB_colorstatic
Grey13neogfx::sRGB_colorstatic
Grey14neogfx::sRGB_colorstatic
Grey15neogfx::sRGB_colorstatic
Grey16neogfx::sRGB_colorstatic
Grey17neogfx::sRGB_colorstatic
Grey18neogfx::sRGB_colorstatic
Grey19neogfx::sRGB_colorstatic
Grey2neogfx::sRGB_colorstatic
Grey20neogfx::sRGB_colorstatic
Grey21neogfx::sRGB_colorstatic
Grey22neogfx::sRGB_colorstatic
Grey23neogfx::sRGB_colorstatic
Grey24neogfx::sRGB_colorstatic
Grey25neogfx::sRGB_colorstatic
Grey26neogfx::sRGB_colorstatic
Grey27neogfx::sRGB_colorstatic
Grey28neogfx::sRGB_colorstatic
Grey29neogfx::sRGB_colorstatic
Grey3neogfx::sRGB_colorstatic
Grey30neogfx::sRGB_colorstatic
Grey31neogfx::sRGB_colorstatic
Grey32neogfx::sRGB_colorstatic
Grey33neogfx::sRGB_colorstatic
Grey34neogfx::sRGB_colorstatic
Grey35neogfx::sRGB_colorstatic
Grey36neogfx::sRGB_colorstatic
Grey37neogfx::sRGB_colorstatic
Grey38neogfx::sRGB_colorstatic
Grey39neogfx::sRGB_colorstatic
Grey4neogfx::sRGB_colorstatic
Grey40neogfx::sRGB_colorstatic
Grey41neogfx::sRGB_colorstatic
Grey42neogfx::sRGB_colorstatic
Grey43neogfx::sRGB_colorstatic
Grey44neogfx::sRGB_colorstatic
Grey45neogfx::sRGB_colorstatic
Grey46neogfx::sRGB_colorstatic
Grey47neogfx::sRGB_colorstatic
Grey48neogfx::sRGB_colorstatic
Grey49neogfx::sRGB_colorstatic
Grey5neogfx::sRGB_colorstatic
Grey50neogfx::sRGB_colorstatic
Grey51neogfx::sRGB_colorstatic
Grey52neogfx::sRGB_colorstatic
Grey53neogfx::sRGB_colorstatic
Grey54neogfx::sRGB_colorstatic
Grey55neogfx::sRGB_colorstatic
Grey56neogfx::sRGB_colorstatic
Grey57neogfx::sRGB_colorstatic
Grey58neogfx::sRGB_colorstatic
Grey59neogfx::sRGB_colorstatic
Grey6neogfx::sRGB_colorstatic
Grey60neogfx::sRGB_colorstatic
Grey61neogfx::sRGB_colorstatic
Grey62neogfx::sRGB_colorstatic
Grey63neogfx::sRGB_colorstatic
Grey64neogfx::sRGB_colorstatic
Grey65neogfx::sRGB_colorstatic
Grey66neogfx::sRGB_colorstatic
Grey67neogfx::sRGB_colorstatic
Grey68neogfx::sRGB_colorstatic
Grey69neogfx::sRGB_colorstatic
Grey7neogfx::sRGB_colorstatic
Grey70neogfx::sRGB_colorstatic
Grey71neogfx::sRGB_colorstatic
Grey72neogfx::sRGB_colorstatic
Grey73neogfx::sRGB_colorstatic
Grey74neogfx::sRGB_colorstatic
Grey75neogfx::sRGB_colorstatic
Grey76neogfx::sRGB_colorstatic
Grey77neogfx::sRGB_colorstatic
Grey78neogfx::sRGB_colorstatic
Grey79neogfx::sRGB_colorstatic
Grey8neogfx::sRGB_colorstatic
Grey80neogfx::sRGB_colorstatic
Grey81neogfx::sRGB_colorstatic
Grey82neogfx::sRGB_colorstatic
Grey83neogfx::sRGB_colorstatic
Grey84neogfx::sRGB_colorstatic
Grey85neogfx::sRGB_colorstatic
Grey86neogfx::sRGB_colorstatic
Grey87neogfx::sRGB_colorstatic
Grey88neogfx::sRGB_colorstatic
Grey89neogfx::sRGB_colorstatic
Grey9neogfx::sRGB_colorstatic
Grey90neogfx::sRGB_colorstatic
Grey91neogfx::sRGB_colorstatic
Grey92neogfx::sRGB_colorstatic
Grey93neogfx::sRGB_colorstatic
Grey94neogfx::sRGB_colorstatic
Grey95neogfx::sRGB_colorstatic
Grey96neogfx::sRGB_colorstatic
Grey97neogfx::sRGB_colorstatic
Grey98neogfx::sRGB_colorstatic
Grey99neogfx::sRGB_colorstatic
hadamard_product(const self_type &right) constneolib::math::basic_vector< T, _Size, Type >inline
Honeydewneogfx::sRGB_colorstatic
Honeydew1neogfx::sRGB_colorstatic
Honeydew2neogfx::sRGB_colorstatic
Honeydew3neogfx::sRGB_colorstatic
Honeydew4neogfx::sRGB_colorstatic
HotPinkneogfx::sRGB_colorstatic
HotPink1neogfx::sRGB_colorstatic
HotPink2neogfx::sRGB_colorstatic
HotPink3neogfx::sRGB_colorstatic
HotPink4neogfx::sRGB_colorstatic
IndianRedneogfx::sRGB_colorstatic
IndianRed1neogfx::sRGB_colorstatic
IndianRed2neogfx::sRGB_colorstatic
IndianRed3neogfx::sRGB_colorstatic
IndianRed4neogfx::sRGB_colorstatic
intensity() constneogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >inline
inverse() constneogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >inline
iterator typedefneolib::math::basic_vector< T, _Size, Type >
Ivoryneogfx::sRGB_colorstatic
Ivory1neogfx::sRGB_colorstatic
Ivory2neogfx::sRGB_colorstatic
Ivory3neogfx::sRGB_colorstatic
Ivory4neogfx::sRGB_colorstatic
Khakineogfx::sRGB_colorstatic
Khaki1neogfx::sRGB_colorstatic
Khaki2neogfx::sRGB_colorstatic
Khaki3neogfx::sRGB_colorstatic
Khaki4neogfx::sRGB_colorstatic
Lavenderneogfx::sRGB_colorstatic
LavenderBlushneogfx::sRGB_colorstatic
LavenderBlush1neogfx::sRGB_colorstatic
LavenderBlush2neogfx::sRGB_colorstatic
LavenderBlush3neogfx::sRGB_colorstatic
LavenderBlush4neogfx::sRGB_colorstatic
LawnGreenneogfx::sRGB_colorstatic
LemonChiffonneogfx::sRGB_colorstatic
LemonChiffon1neogfx::sRGB_colorstatic
LemonChiffon2neogfx::sRGB_colorstatic
LemonChiffon3neogfx::sRGB_colorstatic
LemonChiffon4neogfx::sRGB_colorstatic
light(scalar aThreshold=0.50) constneogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >inline
LightBlueneogfx::sRGB_colorstatic
LightBlue1neogfx::sRGB_colorstatic
LightBlue2neogfx::sRGB_colorstatic
LightBlue3neogfx::sRGB_colorstatic
LightBlue4neogfx::sRGB_colorstatic
LightCoralneogfx::sRGB_colorstatic
LightCyanneogfx::sRGB_colorstatic
LightCyan1neogfx::sRGB_colorstatic
LightCyan2neogfx::sRGB_colorstatic
LightCyan3neogfx::sRGB_colorstatic
LightCyan4neogfx::sRGB_colorstatic
lighten(view_component aDelta)neogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >inline
lighter(view_component aDelta) constneogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >inline
LightGoldenrodneogfx::sRGB_colorstatic
LightGoldenrod1neogfx::sRGB_colorstatic
LightGoldenrod2neogfx::sRGB_colorstatic
LightGoldenrod3neogfx::sRGB_colorstatic
LightGoldenrod4neogfx::sRGB_colorstatic
LightGoldenrodYellowneogfx::sRGB_colorstatic
LightGrayneogfx::sRGB_colorstatic
LightGreenneogfx::sRGB_colorstatic
LightGreyneogfx::sRGB_colorstatic
LightPinkneogfx::sRGB_colorstatic
LightPink1neogfx::sRGB_colorstatic
LightPink2neogfx::sRGB_colorstatic
LightPink3neogfx::sRGB_colorstatic
LightPink4neogfx::sRGB_colorstatic
LightSalmonneogfx::sRGB_colorstatic
LightSalmon1neogfx::sRGB_colorstatic
LightSalmon2neogfx::sRGB_colorstatic
LightSalmon3neogfx::sRGB_colorstatic
LightSalmon4neogfx::sRGB_colorstatic
LightSeaGreenneogfx::sRGB_colorstatic
LightSkyBlueneogfx::sRGB_colorstatic
LightSkyBlue1neogfx::sRGB_colorstatic
LightSkyBlue2neogfx::sRGB_colorstatic
LightSkyBlue3neogfx::sRGB_colorstatic
LightSkyBlue4neogfx::sRGB_colorstatic
LightSlateBlueneogfx::sRGB_colorstatic
LightSlateGrayneogfx::sRGB_colorstatic
LightSlateGreyneogfx::sRGB_colorstatic
LightSteelBlueneogfx::sRGB_colorstatic
LightSteelBlue1neogfx::sRGB_colorstatic
LightSteelBlue2neogfx::sRGB_colorstatic
LightSteelBlue3neogfx::sRGB_colorstatic
LightSteelBlue4neogfx::sRGB_colorstatic
LightYellowneogfx::sRGB_colorstatic
LightYellow1neogfx::sRGB_colorstatic
LightYellow2neogfx::sRGB_colorstatic
LightYellow3neogfx::sRGB_colorstatic
LightYellow4neogfx::sRGB_colorstatic
LimeGreenneogfx::sRGB_colorstatic
Linenneogfx::sRGB_colorstatic
luma() constneogfx::sRGB_color
Magentaneogfx::sRGB_colorstatic
Magenta1neogfx::sRGB_colorstatic
Magenta2neogfx::sRGB_colorstatic
Magenta3neogfx::sRGB_colorstatic
Magenta4neogfx::sRGB_colorstatic
magnitude() constneolib::math::basic_vector< T, _Size, Type >inline
Maroonneogfx::sRGB_colorstatic
Maroon1neogfx::sRGB_colorstatic
Maroon2neogfx::sRGB_colorstatic
Maroon3neogfx::sRGB_colorstatic
Maroon4neogfx::sRGB_colorstatic
max(const self_type &right) constneolib::math::basic_vector< T, _Size, Type >inline
MediumAquamarineneogfx::sRGB_colorstatic
MediumBlueneogfx::sRGB_colorstatic
MediumOrchidneogfx::sRGB_colorstatic
MediumOrchid1neogfx::sRGB_colorstatic
MediumOrchid2neogfx::sRGB_colorstatic
MediumOrchid3neogfx::sRGB_colorstatic
MediumOrchid4neogfx::sRGB_colorstatic
MediumPurpleneogfx::sRGB_colorstatic
MediumPurple1neogfx::sRGB_colorstatic
MediumPurple2neogfx::sRGB_colorstatic
MediumPurple3neogfx::sRGB_colorstatic
MediumPurple4neogfx::sRGB_colorstatic
MediumSeaGreenneogfx::sRGB_colorstatic
MediumSlateBlueneogfx::sRGB_colorstatic
MediumSpringGreenneogfx::sRGB_colorstatic
MediumTurquoiseneogfx::sRGB_colorstatic
MediumVioletRedneogfx::sRGB_colorstatic
mid(const self_type &aOther) constneogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >inline
MidnightBlueneogfx::sRGB_colorstatic
min(const self_type &right) constneolib::math::basic_vector< T, _Size, Type >inline
min() constneolib::math::basic_vector< T, _Size, Type >inline
MintCreamneogfx::sRGB_colorstatic
MistyRoseneogfx::sRGB_colorstatic
MistyRose1neogfx::sRGB_colorstatic
MistyRose2neogfx::sRGB_colorstatic
MistyRose3neogfx::sRGB_colorstatic
MistyRose4neogfx::sRGB_colorstatic
mix(const self_type &aOther, scalar aValue) constneogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >inline
Moccasinneogfx::sRGB_colorstatic
monochrome() constneogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >inline
NavajoWhiteneogfx::sRGB_colorstatic
NavajoWhite1neogfx::sRGB_colorstatic
NavajoWhite2neogfx::sRGB_colorstatic
NavajoWhite3neogfx::sRGB_colorstatic
NavajoWhite4neogfx::sRGB_colorstatic
Navyneogfx::sRGB_colorstatic
NavyBlueneogfx::sRGB_colorstatic
normalized() constneolib::math::basic_vector< T, _Size, Type >inline
OldLaceneogfx::sRGB_colorstatic
OliveDrabneogfx::sRGB_colorstatic
OliveDrab1neogfx::sRGB_colorstatic
OliveDrab2neogfx::sRGB_colorstatic
OliveDrab3neogfx::sRGB_colorstatic
OliveDrab4neogfx::sRGB_colorstatic
operator const array_type &() constneolib::math::basic_vector< T, _Size, Type >inline
operator!=(const self_type &right) constneolib::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-() constneolib::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) constneogfx::sRGB_color
basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >::operator<(const self_type &aOther) constneogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >inline
operator<=>(const sRGB_color &aOther) const =defaultneogfx::sRGB_color
basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >::operator<=>(const self_type &aOther) const=defaultneogfx::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) constneogfx::sRGB_color
basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >::operator==(const self_type &aOther) constneogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >inline
neogfx::basic_color::operator==(const self_type &right) constneolib::math::basic_vector< T, _Size, Type >inline
operator[](uint32_t aIndex) constneolib::math::basic_vector< T, _Size, Type >inline
operator[](uint32_t aIndex)neolib::math::basic_vector< T, _Size, Type >inline
operator~() constneogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >inline
Orangeneogfx::sRGB_colorstatic
Orange1neogfx::sRGB_colorstatic
Orange2neogfx::sRGB_colorstatic
Orange3neogfx::sRGB_colorstatic
Orange4neogfx::sRGB_colorstatic
OrangeRedneogfx::sRGB_colorstatic
OrangeRed1neogfx::sRGB_colorstatic
OrangeRed2neogfx::sRGB_colorstatic
OrangeRed3neogfx::sRGB_colorstatic
OrangeRed4neogfx::sRGB_colorstatic
Orchidneogfx::sRGB_colorstatic
Orchid1neogfx::sRGB_colorstatic
Orchid2neogfx::sRGB_colorstatic
Orchid3neogfx::sRGB_colorstatic
Orchid4neogfx::sRGB_colorstatic
PaleGoldenrodneogfx::sRGB_colorstatic
PaleGreenneogfx::sRGB_colorstatic
PaleGreen1neogfx::sRGB_colorstatic
PaleGreen2neogfx::sRGB_colorstatic
PaleGreen3neogfx::sRGB_colorstatic
PaleGreen4neogfx::sRGB_colorstatic
PaleTurquoiseneogfx::sRGB_colorstatic
PaleTurquoise1neogfx::sRGB_colorstatic
PaleTurquoise2neogfx::sRGB_colorstatic
PaleTurquoise3neogfx::sRGB_colorstatic
PaleTurquoise4neogfx::sRGB_colorstatic
PaleVioletRedneogfx::sRGB_colorstatic
PaleVioletRed1neogfx::sRGB_colorstatic
PaleVioletRed2neogfx::sRGB_colorstatic
PaleVioletRed3neogfx::sRGB_colorstatic
PaleVioletRed4neogfx::sRGB_colorstatic
PapayaWhipneogfx::sRGB_colorstatic
PeachPuffneogfx::sRGB_colorstatic
PeachPuff1neogfx::sRGB_colorstatic
PeachPuff2neogfx::sRGB_colorstatic
PeachPuff3neogfx::sRGB_colorstatic
PeachPuff4neogfx::sRGB_colorstatic
Peruneogfx::sRGB_colorstatic
Pinkneogfx::sRGB_colorstatic
Pink1neogfx::sRGB_colorstatic
Pink2neogfx::sRGB_colorstatic
Pink3neogfx::sRGB_colorstatic
Pink4neogfx::sRGB_colorstatic
Plumneogfx::sRGB_colorstatic
Plum1neogfx::sRGB_colorstatic
Plum2neogfx::sRGB_colorstatic
Plum3neogfx::sRGB_colorstatic
Plum4neogfx::sRGB_colorstatic
PowderBlueneogfx::sRGB_colorstatic
Purpleneogfx::sRGB_colorstatic
Purple1neogfx::sRGB_colorstatic
Purple2neogfx::sRGB_colorstatic
Purple3neogfx::sRGB_colorstatic
Purple4neogfx::sRGB_colorstatic
Redneogfx::sRGB_colorstatic
red() constneogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >inline
red() constneogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >inline
Red1neogfx::sRGB_colorstatic
Red2neogfx::sRGB_colorstatic
Red3neogfx::sRGB_colorstatic
Red4neogfx::sRGB_colorstatic
RedShiftneogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >protectedstatic
return_type typedefneogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >
RosyBrownneogfx::sRGB_colorstatic
RosyBrown1neogfx::sRGB_colorstatic
RosyBrown2neogfx::sRGB_colorstatic
RosyBrown3neogfx::sRGB_colorstatic
RosyBrown4neogfx::sRGB_colorstatic
round() constneolib::math::basic_vector< T, _Size, Type >inline
RoyalBlueneogfx::sRGB_colorstatic
RoyalBlue1neogfx::sRGB_colorstatic
RoyalBlue2neogfx::sRGB_colorstatic
RoyalBlue3neogfx::sRGB_colorstatic
RoyalBlue4neogfx::sRGB_colorstatic
SaddleBrownneogfx::sRGB_colorstatic
Salmonneogfx::sRGB_colorstatic
Salmon1neogfx::sRGB_colorstatic
Salmon2neogfx::sRGB_colorstatic
Salmon3neogfx::sRGB_colorstatic
Salmon4neogfx::sRGB_colorstatic
same_lightness_as(const self_type &aOther) constneogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >inline
SandyBrownneogfx::sRGB_colorstatic
scale(const self_type &right) constneolib::math::basic_vector< T, _Size, Type >inline
SeaGreenneogfx::sRGB_colorstatic
SeaGreen1neogfx::sRGB_colorstatic
SeaGreen2neogfx::sRGB_colorstatic
SeaGreen3neogfx::sRGB_colorstatic
SeaGreen4neogfx::sRGB_colorstatic
Seashellneogfx::sRGB_colorstatic
Seashell1neogfx::sRGB_colorstatic
Seashell2neogfx::sRGB_colorstatic
Seashell3neogfx::sRGB_colorstatic
Seashell4neogfx::sRGB_colorstatic
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) constneogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >inline
Siennaneogfx::sRGB_colorstatic
Sienna1neogfx::sRGB_colorstatic
Sienna2neogfx::sRGB_colorstatic
Sienna3neogfx::sRGB_colorstatic
Sienna4neogfx::sRGB_colorstatic
Silverneogfx::sRGB_colorstatic
similar_intensity(const self_type &aOther, scalar aThreshold=0.5) constneogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >inline
Sizeneolib::math::basic_vector< T, _Size, Type >static
size()neolib::math::basic_vector< T, _Size, Type >inlinestatic
size_type typedefneolib::math::basic_vector< T, _Size, Type >
SkyBlueneogfx::sRGB_colorstatic
SkyBlue1neogfx::sRGB_colorstatic
SkyBlue2neogfx::sRGB_colorstatic
SkyBlue3neogfx::sRGB_colorstatic
SkyBlue4neogfx::sRGB_colorstatic
SlateBlueneogfx::sRGB_colorstatic
SlateBlue1neogfx::sRGB_colorstatic
SlateBlue2neogfx::sRGB_colorstatic
SlateBlue3neogfx::sRGB_colorstatic
SlateBlue4neogfx::sRGB_colorstatic
SlateGrayneogfx::sRGB_colorstatic
SlateGray1neogfx::sRGB_colorstatic
SlateGray2neogfx::sRGB_colorstatic
SlateGray3neogfx::sRGB_colorstatic
SlateGray4neogfx::sRGB_colorstatic
SlateGreyneogfx::sRGB_colorstatic
Snowneogfx::sRGB_colorstatic
Snow1neogfx::sRGB_colorstatic
Snow2neogfx::sRGB_colorstatic
Snow3neogfx::sRGB_colorstatic
Snow4neogfx::sRGB_colorstatic
SpringGreenneogfx::sRGB_colorstatic
SpringGreen1neogfx::sRGB_colorstatic
SpringGreen2neogfx::sRGB_colorstatic
SpringGreen3neogfx::sRGB_colorstatic
SpringGreen4neogfx::sRGB_colorstatic
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_colorexplicit
sRGB_color(const linear_color &aLinear)neogfx::sRGB_colorexplicit
sRGB_color(std::string const &aTextValue)neogfx::sRGB_color
SteelBlueneogfx::sRGB_colorstatic
SteelBlue1neogfx::sRGB_colorstatic
SteelBlue2neogfx::sRGB_colorstatic
SteelBlue3neogfx::sRGB_colorstatic
SteelBlue4neogfx::sRGB_colorstatic
Tanneogfx::sRGB_colorstatic
Tan1neogfx::sRGB_colorstatic
Tan2neogfx::sRGB_colorstatic
Tan3neogfx::sRGB_colorstatic
Tan4neogfx::sRGB_colorstatic
Thistleneogfx::sRGB_colorstatic
Thistle1neogfx::sRGB_colorstatic
Thistle2neogfx::sRGB_colorstatic
Thistle3neogfx::sRGB_colorstatic
Thistle4neogfx::sRGB_colorstatic
to_hex_string() constneogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >inline
to_hsl() constneogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >inline
to_hsv() constneogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >inline
to_linear() constneogfx::sRGB_color
to_string() constneogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >inline
Tomatoneogfx::sRGB_colorstatic
Tomato1neogfx::sRGB_colorstatic
Tomato2neogfx::sRGB_colorstatic
Tomato3neogfx::sRGB_colorstatic
Tomato4neogfx::sRGB_colorstatic
Turquoiseneogfx::sRGB_colorstatic
Turquoise1neogfx::sRGB_colorstatic
Turquoise2neogfx::sRGB_colorstatic
Turquoise3neogfx::sRGB_colorstatic
Turquoise4neogfx::sRGB_colorstatic
type typedefneolib::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) constneogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >inline
vneolib::math::basic_vector< T, _Size, Type >
value_type typedefneolib::math::basic_vector< T, _Size, Type >
vector_type typedefneolib::math::basic_vector< T, _Size, Type >
view_component typedefneogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >
Violetneogfx::sRGB_colorstatic
VioletRedneogfx::sRGB_colorstatic
VioletRed1neogfx::sRGB_colorstatic
VioletRed2neogfx::sRGB_colorstatic
VioletRed3neogfx::sRGB_colorstatic
VioletRed4neogfx::sRGB_colorstatic
Wheatneogfx::sRGB_colorstatic
Wheat1neogfx::sRGB_colorstatic
Wheat2neogfx::sRGB_colorstatic
Wheat3neogfx::sRGB_colorstatic
Wheat4neogfx::sRGB_colorstatic
Whiteneogfx::sRGB_colorstatic
WhiteSmokeneogfx::sRGB_colorstatic
with_alpha(view_component aAlpha) constneogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >inline
with_alpha(T aAlpha) constneogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >inline
neogfx::basic_color::with_alpha(view_component aAlpha) constneogfx::basic_color< ColorSpace, BaseComponent, ViewComponent, ColorComponentCount, Derived >inline
with_blue(view_component aBlue) constneogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >inline
with_blue(T aBlue) constneogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >inline
with_combined_alpha(view_component aAlpha) constneogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >inline
with_combined_alpha(T aAlpha) constneogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >inline
neogfx::basic_color::with_combined_alpha(view_component aAlpha) constneogfx::basic_color< ColorSpace, BaseComponent, ViewComponent, ColorComponentCount, Derived >inline
with_green(view_component aGreen) constneogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >inline
with_green(T aGreen) constneogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >inline
with_lightness(scalar aLightness) constneogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >inline
with_red(view_component aRed) constneogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >inline
with_red(T aRed) constneogfx::basic_rgb_color< color_space::sRGB, scalar, uint8_t, sRGB_color >inline
xneolib::math::basic_vector< T, _Size, Type >
xxneolib::math::basic_vector< T, _Size, Type >
xxxneolib::math::basic_vector< T, _Size, Type >
xxyneolib::math::basic_vector< T, _Size, Type >
xxzneolib::math::basic_vector< T, _Size, Type >
xyneolib::math::basic_vector< T, _Size, Type >
xyxneolib::math::basic_vector< T, _Size, Type >
xyyneolib::math::basic_vector< T, _Size, Type >
xyzneolib::math::basic_vector< T, _Size, Type >
xzneolib::math::basic_vector< T, _Size, Type >
yneolib::math::basic_vector< T, _Size, Type >
Yellowneogfx::sRGB_colorstatic
Yellow1neogfx::sRGB_colorstatic
Yellow2neogfx::sRGB_colorstatic
Yellow3neogfx::sRGB_colorstatic
Yellow4neogfx::sRGB_colorstatic
YellowGreenneogfx::sRGB_colorstatic
yxneolib::math::basic_vector< T, _Size, Type >
yxxneolib::math::basic_vector< T, _Size, Type >
yxyneolib::math::basic_vector< T, _Size, Type >
yxzneolib::math::basic_vector< T, _Size, Type >
yyneolib::math::basic_vector< T, _Size, Type >
yyxneolib::math::basic_vector< T, _Size, Type >
yyyneolib::math::basic_vector< T, _Size, Type >
yyzneolib::math::basic_vector< T, _Size, Type >
yzneolib::math::basic_vector< T, _Size, Type >
yzxneolib::math::basic_vector< T, _Size, Type >
yzyneolib::math::basic_vector< T, _Size, Type >
yzzneolib::math::basic_vector< T, _Size, Type >
zneolib::math::basic_vector< T, _Size, Type >
zxneolib::math::basic_vector< T, _Size, Type >
zxxneolib::math::basic_vector< T, _Size, Type >
zxyneolib::math::basic_vector< T, _Size, Type >
zxzneolib::math::basic_vector< T, _Size, Type >
zyneolib::math::basic_vector< T, _Size, Type >
zyxneolib::math::basic_vector< T, _Size, Type >
zyyneolib::math::basic_vector< T, _Size, Type >
zyzneolib::math::basic_vector< T, _Size, Type >
zzneolib::math::basic_vector< T, _Size, Type >
zzxneolib::math::basic_vector< T, _Size, Type >
zzyneolib::math::basic_vector< T, _Size, Type >
zzzneolib::math::basic_vector< T, _Size, Type >