PICCANTE  0.4
The hottest HDR imaging library!
Namespaces | Functions
color.hpp File Reference
#include "../base.hpp"
#include "../util/math.hpp"
#include "../util/vec.hpp"

Go to the source code of this file.

Namespaces

 pic
 

Functions

template<uint N>
void pic::scaleTau (Vec< N, float > &in, const Vec< N, float > &tau)
 scaleTau More...
 
template<uint N>
void pic::scaleTau (Vec< N, float > &in, const Vec< N, float > &sigma_t, const Vec< N, float > &tau)
 scaleTau More...
 
template<uint N>
void pic::scaleTau (Vec< N, float > &in, const Vec< N, float > &sigma_t, float t)
 scaleTau More...
 
template<uint N>
float pic::colorLuminance (Vec< N, float > &in)
 colorLuminance More...
 
template<uint N>
void pic::colorSaturate (Vec< N, float > &in)
 colorSaturate More...
 
template<uint N>
void pic::importanceSampling (Vec< N, float > &in, float e, int &channel, float &pdf)
 importanceSampling More...
 
template<uint N>
Vec< N, float > pic::convertToLDR (Vec< N, float > &in, float exposure=1.0f, float gammaCor=2.2f, float maxVal=255.0f)
 convertToLDR More...