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

The ColorConvXYZtoCIELAB class. More...

#include <color_conv_xyz_to_cielab.hpp>

Inheritance diagram for pic::ColorConvXYZtoCIELAB:
pic::pic::ColorConv

Public Member Functions

 ColorConvXYZtoCIELAB ()
 ColorConvXYZtoCIELAB. More...
 
void direct (float *colIn, float *colOut)
 direct More...
 
void inverse (float *colIn, float *colOut)
 inverse More...
 
- Public Member Functions inherited from pic::pic::ColorConv
 ColorConv ()
 ColorConv. More...
 
void transform (float *colIn, float *colOut, bool bDirection)
 transform More...
 

Static Public Member Functions

static float f (float t)
 f More...
 
static float f_inv (float t)
 f_inv More...
 
- 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...
 

Protected Attributes

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

Detailed Description

The ColorConvXYZtoCIELAB class.

Constructor & Destructor Documentation

◆ ColorConvXYZtoCIELAB()

pic::ColorConvXYZtoCIELAB::ColorConvXYZtoCIELAB ( )
inline

Member Function Documentation

◆ direct()

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

direct

Parameters
colIn
colOut

Reimplemented from pic::pic::ColorConv.

◆ f()

static float pic::ColorConvXYZtoCIELAB::f ( float  t)
inlinestatic

f

Parameters
t
Returns

◆ f_inv()

static float pic::ColorConvXYZtoCIELAB::f_inv ( float  t)
inlinestatic

f_inv

Parameters
t
Returns

◆ inverse()

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

inverse

Parameters
colIn
colOut

Reimplemented from pic::pic::ColorConv.

Member Data Documentation

◆ white_point

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

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