Gnash
0.8.11dev
|
Interpolate in the linear RGB colorspace. More...
#include <LinearRGB.h>
Public Types | |
typedef ColorT | color_type |
Public Member Functions | |
linear_rgb_interpolator (color_type c1, color_type c2, size_t len) | |
void | operator++ () |
color_type | color () const |
Interpolate in the linear RGB colorspace.
This is an inefficient interpolation method because the ratio is transformed on the fly to convert between linear RGB and sRGB colorspaces.
typedef ColorT gnash::linear_rgb_interpolator< ColorT >::color_type |
|
inline |
|
inline |
References gnash::cdiff().
|
inline |