SPH
Functions
Filmic.cpp File Reference
#include "gui/objects/Filmic.h"

Go to the source code of this file.

Functions

void AsSlopeIntercept (float &m, float &b, float x0, float x1, float y0, float y1)
 
float EvalDerivativeLinearGamma (float m, float b, float g, float x)
 

Function Documentation

◆ AsSlopeIntercept()

void AsSlopeIntercept ( float &  m,
float &  b,
float  x0,
float  x1,
float  y0,
float  y1 
)

Definition at line 46 of file Filmic.cpp.

◆ EvalDerivativeLinearGamma()

float EvalDerivativeLinearGamma ( float  m,
float  b,
float  g,
float  x 
)

Definition at line 59 of file Filmic.cpp.