|
TuttleOFX
1
|
#include "rgb.hpp"

Go to the source code of this file.
Data Structures | |
| struct | terry::color::cmyk_colorspace::cyan_t |
| cyan More... | |
| struct | terry::color::cmyk_colorspace::magenta_t |
| magenta More... | |
| struct | terry::color::cmyk_colorspace::yellow_t |
| yellow More... | |
| struct | terry::color::cmyk_colorspace::key_t |
| key -> black More... | |
| struct | terry::color::CMYKParams |
| struct | terry::color::CMYK |
| CMYK colorspace description. More... | |
Namespaces | |
| namespace | terry |
| namespace | terry::color |
| namespace | terry::color::cmyk_colorspace |
Typedefs | |
| typedef boost::mpl::vector4 < cmyk_colorspace::cyan_t, cmyk_colorspace::magenta_t, cmyk_colorspace::yellow_t, cmyk_colorspace::key_t > | terry::color::cmyk_colorspace_t |
| typedef layout< cmyk_colorspace_t > | terry::color::cmyk_layout_t |
Functions | |
| template<typename SChannelType , typename DChannelType > | |
| void | terry::color::color_transformation_step (const CMYKParams ¶ms, const boost::gil::pixel< SChannelType, CMYK::layout > &src, boost::gil::pixel< DChannelType, RGB::layout > &dst) |
| template<typename SChannelType , typename DChannelType > | |
| void | terry::color::color_transformation_step (const CMYKParams ¶ms, const boost::gil::pixel< SChannelType, RGB::layout > &src, boost::gil::pixel< DChannelType, CMYK::layout > &dst) |