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

The ColorConvRGBtosRGB class. More...

#include <color_conv_rgb_to_srgb.hpp>

Inheritance diagram for pic::ColorConvRGBtosRGB:
pic::pic::ColorConv

Public Member Functions

 ColorConvRGBtosRGB ()
 ColorConvRGBtosRGB. 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...
 

Protected Attributes

float a
 
float a_plus_1
 
float gamma
 
float gamma_inv
 
- 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...
 

Detailed Description

The ColorConvRGBtosRGB class.

Constructor & Destructor Documentation

◆ ColorConvRGBtosRGB()

pic::ColorConvRGBtosRGB::ColorConvRGBtosRGB ( )
inline

Member Function Documentation

◆ direct()

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

direct

Parameters
colIn
colOut

Reimplemented from pic::pic::ColorConv.

◆ inverse()

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

inverse

Parameters
colIn
colOut

Reimplemented from pic::pic::ColorConv.

Member Data Documentation

◆ a

float pic::ColorConvRGBtosRGB::a
protected

◆ a_plus_1

float pic::ColorConvRGBtosRGB::a_plus_1
protected

◆ gamma

float pic::ColorConvRGBtosRGB::gamma
protected

◆ gamma_inv

float pic::ColorConvRGBtosRGB::gamma_inv
protected

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