#include <RU_ColorFunctions.h>

Public Member Functions | |
| RU_ColorReplace (float hmin, float hmax, float hspill, float smin, float smax, float sspill, float lmin, float lmax, float lspill, RU_InterpFunction interp, float hshift, float sscale, float lscale) | |
| float | hueKey (float hue) const |
| float | satKey (float sat) const |
| float | lumKey (float lum) const |
Protected Member Functions | |
| virtual bool | needAllComponents () const |
| virtual RUVectorFunc | getVectorFunction () const |
Static Protected Member Functions | |
| static void | replacecolor (RU_PixelFunction *f, float **vals, const bool *scope) |
Definition at line 28 of file RU_ColorFunctions.h.
| RU_ColorReplace::RU_ColorReplace | ( | float | hmin, | |
| float | hmax, | |||
| float | hspill, | |||
| float | smin, | |||
| float | smax, | |||
| float | sspill, | |||
| float | lmin, | |||
| float | lmax, | |||
| float | lspill, | |||
| RU_InterpFunction | interp, | |||
| float | hshift, | |||
| float | sscale, | |||
| float | lscale | |||
| ) | [inline] |
Definition at line 31 of file RU_ColorFunctions.h.
| virtual RUVectorFunc RU_ColorReplace::getVectorFunction | ( | ) | const [inline, protected, virtual] |
| float RU_ColorReplace::hueKey | ( | float | hue | ) | const [inline] |
| float RU_ColorReplace::lumKey | ( | float | lum | ) | const [inline] |
| virtual bool RU_ColorReplace::needAllComponents | ( | ) | const [inline, protected, virtual] |
| static void RU_ColorReplace::replacecolor | ( | RU_PixelFunction * | f, | |
| float ** | vals, | |||
| const bool * | scope | |||
| ) | [static, protected] |
| float RU_ColorReplace::satKey | ( | float | sat | ) | const [inline] |
1.5.9