codac 1.5.6
|
This is the complete list of members for codac2::Color, including all inherited members.
Color() | codac2::Color | explicit |
Color(const std::array< float, 3 > &xyz, Model m_=Model::RGB) | codac2::Color | explicit |
Color(const std::array< float, 4 > &xyza, Model m_=Model::RGB) | codac2::Color | explicit |
Color(const std::initializer_list< float > xyza, Model m_=Model::RGB) | codac2::Color | explicit |
Color(const std::string &hex_str) | codac2::Color | explicit |
hex_str() const | codac2::Color | |
hsv() const | codac2::Color | |
model() const | codac2::Color | inline |
none() | codac2::Color | inlinestatic |
operator<<(std::ostream &os, const Color &c) | codac2::Color | friend |
rgb() const | codac2::Color | |
vec() const | codac2::Color |