Flow Visualisation
color_space.inl File Reference
This graph shows which files directly or indirectly include this file:

Namespaces

 glm
 

Functions

template<typename T >
GLM_FUNC_QUALIFIER detail::tvec3< T > glm::rgbColor (const detail::tvec3< T > &hsvColor)
 
template<typename T >
GLM_FUNC_QUALIFIER detail::tvec3< T > glm::hsvColor (const detail::tvec3< T > &rgbColor)
 
template<typename T >
GLM_FUNC_QUALIFIER detail::tmat4x4< T > glm::saturation (const T s)
 
template<typename T >
GLM_FUNC_QUALIFIER detail::tvec3< T > glm::saturation (const T s, const detail::tvec3< T > &color)
 
template<typename T >
GLM_FUNC_QUALIFIER detail::tvec4< T > glm::saturation (const T s, const detail::tvec4< T > &color)
 
template<typename T >
GLM_FUNC_QUALIFIERglm::luminosity (const detail::tvec3< T > &color)