TuttleOFX  1
lms.hpp File Reference
#include "xyz.hpp"
Include dependency graph for lms.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::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 &params, 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 &params, const boost::gil::pixel< SChannelType, XYZ::layout > &src, boost::gil::pixel< DChannelType, LMS::layout > &dst)