Antkeeper
0.0.1
|
#include <engine/math/vector.hpp>
Go to the source code of this file.
Namespaces | |
color | |
Color science. | |
Functions | |
CIE xyY color space. | |
template<class T > | |
constexpr T | color::xyy_to_luminance (const math::vec3< T > &x) noexcept |
Returns the luminance of a CIE xyY color. More... | |
template<class T > | |
constexpr math::vec2< T > | color::xyy_to_ucs (const math::vec3< T > &x) noexcept |
Transforms a CIE xyY color into the CIE 1960 UCS colorspace. More... | |
template<class T > | |
constexpr math::vec3< T > | color::xyy_to_xyz (const math::vec3< T > &x) noexcept |
Transforms a CIE xyY color into the CIE XYZ colorspace. More... | |