TuttleOFX
1
|
#include "xyz.hpp"
Go to the source code of this file.
Data Structures | |
struct | terry::color::lms_colorspace::L_t |
struct | terry::color::lms_colorspace::M_t |
struct | terry::color::lms_colorspace::S_t |
struct | terry::color::LMSParams |
struct | terry::color::LMS |
LMS colorspace description. More... | |
Namespaces | |
namespace | terry |
namespace | terry::color |
namespace | terry::color::lms_colorspace |
Typedefs | |
typedef boost::mpl::vector3 < lms_colorspace::L_t, lms_colorspace::M_t, lms_colorspace::S_t > | terry::color::lms_colorspace_t |
typedef layout< lms_colorspace_t > | terry::color::lms_layout_t |
Functions | |
template<typename SChannelType , typename DChannelType > | |
void | terry::color::color_transformation_step (const LMSParams ¶ms, const boost::gil::pixel< SChannelType, LMS::layout > &src, boost::gil::pixel< DChannelType, XYZ::layout > &dst) |
template<typename SChannelType , typename DChannelType > | |
void | terry::color::color_transformation_step (const LMSParams ¶ms, const boost::gil::pixel< SChannelType, XYZ::layout > &src, boost::gil::pixel< DChannelType, LMS::layout > &dst) |