#include "nodepostpro.h"
Go to the source code of this file.
Classes | |
class | LiveEffectRecordHandler |
Handles the reading of live effects records. More... | |
class | NodeBitmapEffect |
Bitmap effects nodes are type of Post-Processors. They process the bitmap output of their child nodes. More... | |
class | NodeLiveEffect |
Bitmap effects nodes are type of Post-Processors. They process the bitmap output of their child nodes. They are "Live" in that as soon as their children change they re-process the output. More... | |
class | NodeLockedEffect |
Bitmap effects nodes are type of Post-Processors. They process the bitmap output of their child nodes. They are "Locked" in that they capture the output once then ignore changes to their children (because they cannot reproduce the processing). More... | |
class | NodeFeatherEffect |
Feather effects are specialised types of LiveEffect. More... | |
class | ProcessBitmapState |
Holds the state of a bitmap during processing and implements functions to push the bitmap through the processing pipeline. More... | |
Defines | |
#define | FEATHER_EFFECT |
|
Definition at line 108 of file nodeliveeffect.h. |