PICCANTE  0.4
The hottest HDR imaging library!
Public Member Functions | Protected Attributes | List of all members
pic::ColorConvXYZtoCIELUV Class Reference

#include <color_conv_xyz_to_cieluv.hpp>

Inheritance diagram for pic::ColorConvXYZtoCIELUV:
pic::pic::ColorConv

Public Member Functions

 ColorConvXYZtoCIELUV ()
 
void direct (float *colIn, float *colOut)
 direct converts from a color space to another one. More...
 
void inverse (float *colIn, float *colOut)
 inverse is the inverse of direct. More...
 
- Public Member Functions inherited from pic::pic::ColorConv
 ColorConv ()
 ColorConv. More...
 
void transform (float *colIn, float *colOut, bool bDirection)
 transform More...
 

Protected Attributes

float white_point [3]
 
- Protected Attributes inherited from pic::pic::ColorConv
bool linear
 
float mtx [9]
 
float mtx_inv [9]
 

Additional Inherited Members

- Static Public Member Functions inherited from pic::pic::ColorConv
static void apply (const float *mtx, float *colIn, float *colOut)
 apply More...
 
static void apply_s (const float *mtx, float *colIn, float *colOut)
 apply_s a safe apply More...
 

Constructor & Destructor Documentation

◆ ColorConvXYZtoCIELUV()

pic::ColorConvXYZtoCIELUV::ColorConvXYZtoCIELUV ( )
inline

Member Function Documentation

◆ direct()

void pic::ColorConvXYZtoCIELUV::direct ( float *  colIn,
float *  colOut 
)
inlinevirtual

direct converts from a color space to another one.

Parameters
colIna pointer to the input color to be converted.
colOuta pointer to the output color.

Reimplemented from pic::pic::ColorConv.

◆ inverse()

void pic::ColorConvXYZtoCIELUV::inverse ( float *  colIn,
float *  colOut 
)
inlinevirtual

inverse is the inverse of direct.

Parameters
colIna pointer to the input color to be converted.
colOuta pointer to the output color.

Reimplemented from pic::pic::ColorConv.

Member Data Documentation

◆ white_point

float pic::ColorConvXYZtoCIELUV::white_point[3]
protected

The documentation for this class was generated from the following file: