#include <RU_PixelFunctions.h>

Public Member Functions | |
| RU_GammaFunc (float g) | |
| RU_GammaFunc (float r, float g, float b, float w) | |
Protected Member Functions | |
| virtual bool | eachComponentDifferent () const |
| virtual RUPixelFunc | getPixelFunction () const |
| virtual void | getPixelShader (UT_String &frag_shader) |
Static Protected Member Functions | |
| static float | gamma (RU_PixelFunction *pf, float val, int) |
| static float | gamma (float val, float g) |
Protected Attributes | |
| float | myInvGamma [4] |
| bool | myCompSep |
Definition at line 103 of file RU_PixelFunctions.h.
| RU_GammaFunc::RU_GammaFunc | ( | float | g | ) | [inline] |
Definition at line 106 of file RU_PixelFunctions.h.
| RU_GammaFunc::RU_GammaFunc | ( | float | r, | |
| float | g, | |||
| float | b, | |||
| float | w | |||
| ) | [inline] |
Definition at line 110 of file RU_PixelFunctions.h.
| virtual bool RU_GammaFunc::eachComponentDifferent | ( | ) | const [inline, protected, virtual] |
| static float RU_GammaFunc::gamma | ( | float | val, | |
| float | g | |||
| ) | [static, protected] |
| static float RU_GammaFunc::gamma | ( | RU_PixelFunction * | pf, | |
| float | val, | |||
| int | ||||
| ) | [static, protected] |
| virtual RUPixelFunc RU_GammaFunc::getPixelFunction | ( | ) | const [inline, protected, virtual] |
Reimplemented from RU_PixelFunction.
Reimplemented in RU_LevelsFunc.
Definition at line 119 of file RU_PixelFunctions.h.
| virtual void RU_GammaFunc::getPixelShader | ( | UT_String & | frag_shader | ) | [protected, virtual] |
bool RU_GammaFunc::myCompSep [protected] |
Definition at line 123 of file RU_PixelFunctions.h.
float RU_GammaFunc::myInvGamma[4] [protected] |
Definition at line 122 of file RU_PixelFunctions.h.
1.5.9