![]() |
Templates -- Meow
1.1.4
A C++ template contains kinds of interesting classes and functions
|
Go to the source code of this file.
Namespaces | |
meow | |
Functions | |
template<class RGB_T , class HSL_T > | |
void | meow::RGB_to_HSL (RGB< RGB_T > const &rgb, HSL< HSL_T > *hsl) |
template<class HSL_T , class RGB_T > | |
void | meow::HSL_to_RGB (HSL< HSL_T > const &hsl, RGB< RGB_T > *rgb) |
template<class YUV_T , class HSL_T > | |
void | meow::YUV_to_HSL (YUV< YUV_T > const &yuv, HSL< HSL_T > *hsl) |
template<class HSL_T , class YUV_T > | |
void | meow::HSL_to_YUV (HSL< HSL_T > const &hsl, YUV< YUV_T > *yuv) |