#include <COP2_PixelFunction.h>
Public Member Functions | |
| COP2_PixelFunction (COP2_Node *masknode, int maskplane, int maskindex, bool in_unpremult, float effect) | |
| ~COP2_PixelFunction () | |
| bool | isCompatibleWith (COP2_Node *masknode, int maskplane, int maskindex, bool inunpremult, float effect) const |
| void | addFunction (RU_PixelFunction *func, COP2_Node *fornode, int input_index, bool mask[4]) |
| COP2_Node * | getFirstNode () const |
| int | getNodeInput () const |
| RU_PixelFunction * | getFunction () const |
| bool | isInUnpremult () const |
Definition at line 29 of file COP2_PixelFunction.h.
| COP2_PixelFunction::COP2_PixelFunction | ( | COP2_Node * | masknode, | |
| int | maskplane, | |||
| int | maskindex, | |||
| bool | in_unpremult, | |||
| float | effect | |||
| ) |
| COP2_PixelFunction::~COP2_PixelFunction | ( | ) |
| void COP2_PixelFunction::addFunction | ( | RU_PixelFunction * | func, | |
| COP2_Node * | fornode, | |||
| int | input_index, | |||
| bool | mask[4] | |||
| ) |
| COP2_Node* COP2_PixelFunction::getFirstNode | ( | ) | const [inline] |
Definition at line 55 of file COP2_PixelFunction.h.
| RU_PixelFunction* COP2_PixelFunction::getFunction | ( | ) | const [inline] |
Definition at line 57 of file COP2_PixelFunction.h.
| int COP2_PixelFunction::getNodeInput | ( | ) | const [inline] |
Definition at line 56 of file COP2_PixelFunction.h.
| bool COP2_PixelFunction::isCompatibleWith | ( | COP2_Node * | masknode, | |
| int | maskplane, | |||
| int | maskindex, | |||
| bool | inunpremult, | |||
| float | effect | |||
| ) | const |
| bool COP2_PixelFunction::isInUnpremult | ( | ) | const [inline] |
Definition at line 58 of file COP2_PixelFunction.h.
1.5.9