TuttleOFX
1
|
#include "xyz.hpp"
#include <boost/gil/rgba.hpp>
Go to the source code of this file.
Data Structures | |
struct | terry::color::RGBParams |
struct | terry::color::RGB |
RGB colorspace description. More... | |
Namespaces | |
namespace | terry |
namespace | terry::color |
namespace | terry::color::rgb_colorspace |
Typedefs | |
typedef ::boost::gil::rgb_t | terry::color::rgb_colorspace_t |
Functions | |
template<typename SChannelType , typename DChannelType > | |
void | terry::color::color_transformation_step (const RGBParams ¶ms, const boost::gil::pixel< SChannelType, RGB::layout > &src, boost::gil::pixel< DChannelType, XYZ::layout > &dst) |
template<typename SChannelType , typename DChannelType > | |
void | terry::color::color_transformation_step (const RGBParams ¶ms, const boost::gil::pixel< SChannelType, XYZ::layout > &src, boost::gil::pixel< DChannelType, RGB::layout > &dst) |