#include <RU_PixelFunctions.h>

Public Member Functions | |
| RU_HueFunc () | |
Protected Member Functions | |
| virtual bool | needAllComponents () const |
| virtual RUVectorFunc | getVectorFunction () const |
| virtual void | getPixelShader (UT_String &frag_shader) |
Static Protected Member Functions | |
| static void | hue (RU_PixelFunction *f, float **vals, const bool *scope) |
Definition at line 197 of file RU_PixelFunctions.h.
| RU_HueFunc::RU_HueFunc | ( | ) | [inline] |
Definition at line 200 of file RU_PixelFunctions.h.
| virtual void RU_HueFunc::getPixelShader | ( | UT_String & | frag_shader | ) | [protected, virtual] |
Reimplemented from RU_PixelFunction.
| virtual RUVectorFunc RU_HueFunc::getVectorFunction | ( | ) | const [inline, protected, virtual] |
| static void RU_HueFunc::hue | ( | RU_PixelFunction * | f, | |
| float ** | vals, | |||
| const bool * | scope | |||
| ) | [static, protected] |
| virtual bool RU_HueFunc::needAllComponents | ( | ) | const [inline, protected, virtual] |
1.5.9