#include "RGB.h"
#include "YUV.h"
#include "HSL.hpp"
Go to the source code of this file.
|
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) |
|