TuttleOFX  1
rgb.hpp File Reference
#include "xyz.hpp"
#include <boost/gil/rgba.hpp>
Include dependency graph for rgb.hpp:
This graph shows which files directly or indirectly include this file:

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 &params, 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 &params, const boost::gil::pixel< SChannelType, XYZ::layout > &src, boost::gil::pixel< DChannelType, RGB::layout > &dst)