TuttleOFX
1
|
#include <RampProcess.hpp>
Public Types | |
typedef View::value_type | Pixel |
Data Fields | |
bool | direction |
bool | color |
Pixel | colorStart |
Pixel | colorEnd |
Definition at line 21 of file RampProcess.hpp.
typedef View::value_type tuttle::plugin::ramp::RampProcessParams< View >::Pixel |
Definition at line 23 of file RampProcess.hpp.
bool tuttle::plugin::ramp::RampProcessParams< View >::color |
Definition at line 25 of file RampProcess.hpp.
Pixel tuttle::plugin::ramp::RampProcessParams< View >::colorEnd |
Definition at line 27 of file RampProcess.hpp.
Pixel tuttle::plugin::ramp::RampProcessParams< View >::colorStart |
Definition at line 26 of file RampProcess.hpp.
bool tuttle::plugin::ramp::RampProcessParams< View >::direction |
Definition at line 24 of file RampProcess.hpp.
Referenced by tuttle::plugin::ramp::RampProcess< View >::getProcessParams().