#include <COP2_ColorCurve.h>

Public Member Functions | |
| bool | areComponentsModified () |
| void | componentModeChanged () |
Static Public Member Functions | |
| static OP_Node * | myConstructor (OP_Network *, const char *, OP_Operator *) |
| static int | componentModeChanged (void *, int, float, const PRM_Template *) |
| static int | globalChanged (void *, int, float, const PRM_Template *) |
| static int | redChanged (void *, int, float, const PRM_Template *) |
| static int | greenChanged (void *, int, float, const PRM_Template *) |
| static int | blueChanged (void *, int, float, const PRM_Template *) |
| static int | alphaChanged (void *, int, float, const PRM_Template *) |
Static Public Attributes | |
| static OP_TemplatePair | myTemplatePair |
| static OP_VariablePair | myVariablePair |
| static PRM_Template | myTemplateList [] |
| static CH_LocalVariable | myVariableList [] |
| static const char * | myInputLabels [] |
Protected Member Functions | |
| virtual RU_PixelFunction * | addPixelFunction (const TIL_Plane *plane, int array_index, float t, int xres, int yres, int thread) |
| virtual bool | isFrameEffectHandled () |
| virtual bool | updateParmsFlags () |
Definition at line 36 of file COP2_ColorCurve.h.
| virtual RU_PixelFunction* COP2_ColorCurve::addPixelFunction | ( | const TIL_Plane * | plane, | |
| int | array_index, | |||
| float | t, | |||
| int | xres, | |||
| int | yres, | |||
| int | thread | |||
| ) | [protected, virtual] |
Implements COP2_PixelOp.
| static int COP2_ColorCurve::alphaChanged | ( | void * | , | |
| int | , | |||
| float | , | |||
| const PRM_Template * | ||||
| ) | [static] |
| bool COP2_ColorCurve::areComponentsModified | ( | ) |
| static int COP2_ColorCurve::blueChanged | ( | void * | , | |
| int | , | |||
| float | , | |||
| const PRM_Template * | ||||
| ) | [static] |
| void COP2_ColorCurve::componentModeChanged | ( | ) |
| static int COP2_ColorCurve::componentModeChanged | ( | void * | , | |
| int | , | |||
| float | , | |||
| const PRM_Template * | ||||
| ) | [static] |
| static int COP2_ColorCurve::globalChanged | ( | void * | , | |
| int | , | |||
| float | , | |||
| const PRM_Template * | ||||
| ) | [static] |
| static int COP2_ColorCurve::greenChanged | ( | void * | , | |
| int | , | |||
| float | , | |||
| const PRM_Template * | ||||
| ) | [static] |
| virtual bool COP2_ColorCurve::isFrameEffectHandled | ( | ) | [inline, protected, virtual] |
| static OP_Node* COP2_ColorCurve::myConstructor | ( | OP_Network * | , | |
| const char * | , | |||
| OP_Operator * | ||||
| ) | [static] |
| static int COP2_ColorCurve::redChanged | ( | void * | , | |
| int | , | |||
| float | , | |||
| const PRM_Template * | ||||
| ) | [static] |
| virtual bool COP2_ColorCurve::updateParmsFlags | ( | ) | [protected, virtual] |
Reimplemented from COP2_PixelOp.
const char* COP2_ColorCurve::myInputLabels[] [static] |
Definition at line 46 of file COP2_ColorCurve.h.
PRM_Template COP2_ColorCurve::myTemplateList[] [static] |
CH_LocalVariable COP2_ColorCurve::myVariableList[] [static] |
1.5.9