![]() |
Templates -- Meow
1.1.4
A C++ template which is unable and also not allowed to compile to obj-file first.
|
#include "Color3_Space.h"
#include "../geo/Vectors.h"
#include "RGB_Space.h"
#include "../math/utility.h"
#include <cstdlib>
Go to the source code of this file.
Classes | |
class | meow::YUVf_Space |
以浮點數Y(亮度), U(色度), V(濃度) 三個值所組成的色彩空間 More... | |
Namespaces | |
meow | |
Functions | |
void | meow::colorTransformate (RGBf_Space const &rgb, YUVf_Space *yuv) |
RGBf_Space to YUVf_Space More... | |
void | meow::colorTransformate (YUVf_Space const &yuv, RGBf_Space *rgb) |
YUVf_Space to RGBf_Space More... | |
void | meow::colorTransformate (RGBi_Space const &rgb, YUVf_Space *yuv) |
RGBi_Space to YUVf_Space More... | |
void | meow::colorTransformate (YUVf_Space const &yuv, RGBi_Space *rgb) |
YUVf_Space to RGBi_Space More... | |