Flow Visualisation
GLM_GTX_color_space_YCoCg

RGB to YCoCg conversions and operations. More...

Collaboration diagram for GLM_GTX_color_space_YCoCg:

Functions

template<typename valType >
detail::tvec3< valType > glm::rgb2YCoCg (detail::tvec3< valType > const &rgbColor)
 
template<typename valType >
detail::tvec3< valType > glm::YCoCg2rgb (detail::tvec3< valType > const &YCoCgColor)
 
template<typename valType >
detail::tvec3< valType > glm::rgb2YCoCgR (detail::tvec3< valType > const &rgbColor)
 
template<typename valType >
detail::tvec3< valType > glm::YCoCgR2rgb (detail::tvec3< valType > const &YCoCgColor)
 

Detailed Description

RGB to YCoCg conversions and operations.

<glm/gtx/color_space_YCoCg.hpp> need to be included to use these functionalities.

Function Documentation

template<typename valType >
detail::tvec3<valType> glm::rgb2YCoCg ( detail::tvec3< valType > const &  rgbColor)

Convert a color from RGB color space to YCoCg color space.

See also
GLM_GTX_color_space_YCoCg
template<typename valType >
detail::tvec3<valType> glm::rgb2YCoCgR ( detail::tvec3< valType > const &  rgbColor)

Convert a color from RGB color space to YCoCgR color space.

See also
"YCoCg-R: A Color Space with RGB Reversibility and Low Dynamic Range"
GLM_GTX_color_space_YCoCg
template<typename valType >
detail::tvec3<valType> glm::YCoCg2rgb ( detail::tvec3< valType > const &  YCoCgColor)

Convert a color from YCoCg color space to RGB color space.

See also
GLM_GTX_color_space_YCoCg
template<typename valType >
detail::tvec3<valType> glm::YCoCgR2rgb ( detail::tvec3< valType > const &  YCoCgColor)

Convert a color from YCoCgR color space to RGB color space.

See also
"YCoCg-R: A Color Space with RGB Reversibility and Low Dynamic Range"
GLM_GTX_color_space_YCoCg