![]() |
Templates -- Meow
1.1.2
不能,也不應該先編譯成obj-file的templates
|
#include "Color3_Space.h"
#include "../geo/Vectors.h"
#include "RGB_Space.h"
#include "YUV_Space.h"
#include "HSL_Space.h"
#include "../math/utility.h"
#include <cstdlib>
Go to the source code of this file.
Classes | |
class | meow::HSVf_Space |
以浮點數Y(亮度), U(色度), V(濃度) 三個值所組成的色彩空間 More... | |
Namespaces | |
namespace | meow |
Functions | |
void | meow::colorTransformate (RGBf_Space const &rgb, HSVf_Space *hsv) |
RGBf_Space to HSVf_Space More... | |
void | meow::colorTransformate (YUVf_Space const &yuv, HSVf_Space *hsv) |
YUVf_Space to HSVf_Space More... | |
void | meow::colorTransformate (HSLf_Space const &hsl, HSVf_Space *hsv) |
HSLf_Space to HSVf_Space More... | |
void | meow::colorTransformate (HSVf_Space const &hsv, RGBf_Space *rgb) |
HSVf_Space to RGBf_Space More... | |
void | meow::colorTransformate (HSVf_Space const &hsv, YUVf_Space *yuv) |
HSVf_Space to YUVf_Space More... | |
void | meow::colorTransformate (HSVf_Space const &hsv, HSLf_Space *hsl) |
HSVf_Space to HSLf_Space More... | |
void | meow::colorTransformate (HSVf_Space const &hsv, RGBi_Space *rgb) |
HSVf_Space to RGBi_Space More... | |
void | meow::colorTransformate (RGBi_Space const &rgb, HSVf_Space *hsv) |
RGBi_Space to HSVf_Space More... | |