Gnash
0.8.10
|
#include <cmath>
Go to the source code of this file.
Classes | |
struct | gnash::linear_rgb_interpolator |
Interpolate in the linear RGB colorspace. More... | |
Namespaces | |
namespace | gnash |
Anonymous namespace for callbacks, local functions, event handlers etc. | |
Functions | |
double | gnash::linearToSRGB (double s) |
Convert linear RGB colorspace to sRGB. | |
template<typename T > | |
T | gnash::cdiff (T a, T b, double ratio) |