![]() |
Templates -- Meow
1.2.11
A C++ template contains kinds of interesting classes and functions
|
#include "Color3_Space.h"
#include "../geo/Vectors.h"
#include "../math/utility.h"
#include <cstdlib>
Go to the source code of this file.
Classes | |
class | meow::RGBi_Space |
以整數 Red, Green, Blue 三個值所組成的色彩空間 More... | |
class | meow::RGBf_Space |
以浮點數Red, Green, Blue 三個值所組成的色彩空間 More... | |
Namespaces | |
meow | |
Functions | |
void | meow::colorTransformate (RGBf_Space const &in, RGBf_Space *out) |
RGBf_Space to RGBf_Space More... | |
void | meow::colorTransformate (RGBi_Space const &in, RGBi_Space *out) |
RGBi_Space to RGBi_Space More... | |
void | meow::colorTransformate (RGBi_Space const &a, RGBf_Space *b) |
RGBi_Space to RGBf_Space More... | |
void | meow::colorTransformate (RGBf_Space const &a, RGBi_Space *b) |
RGBf_Space to RGBi_Space More... | |