|
codac 2.0.0
|
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 |
| random() | codac2::Color | inlinestatic |
| rgb() const | codac2::Color | |
| vec() const | codac2::Color |