TuttleOFX
1
|
#include <HistogramPlugin.hpp>
Data Fields | |
OFX::ParametricParam * | _paramColorRGB |
OFX::ParametricParam * | _paramColorHSL |
OfxTime | _time |
OFX::ChoiceParam * | _paramOutputSetting |
OFX::BooleanParam * | _boolReverseMask |
boost::array < OFX::BooleanParam *, 3 > | _boolRGB |
boost::array < OFX::BooleanParam *, 3 > | _boolHSL |
boost::array< OFX::DoubleParam *, 3 > | _multiplierRGB |
boost::array< OFX::DoubleParam *, 3 > | _multiplierHSL |
OFX::BooleanParam * | _boolClampCurveValues |
Definition at line 14 of file HistogramPlugin.hpp.
OFX::BooleanParam* tuttle::plugin::histogram::HistogramProcessParams< Scalar >::_boolClampCurveValues |
Definition at line 25 of file HistogramPlugin.hpp.
Referenced by tuttle::plugin::histogram::HistogramPlugin::getProcessParams(), and tuttle::plugin::histogram::Compute_alpha_pixel::operator()().
boost::array<OFX::BooleanParam*, 3> tuttle::plugin::histogram::HistogramProcessParams< Scalar >::_boolHSL |
Definition at line 22 of file HistogramPlugin.hpp.
Referenced by tuttle::plugin::histogram::HistogramPlugin::getProcessParams(), and tuttle::plugin::histogram::Compute_alpha_pixel::operator()().
OFX::BooleanParam* tuttle::plugin::histogram::HistogramProcessParams< Scalar >::_boolReverseMask |
Definition at line 20 of file HistogramPlugin.hpp.
Referenced by tuttle::plugin::histogram::HistogramPlugin::getProcessParams(), and tuttle::plugin::histogram::Compute_alpha_pixel::operator()().
boost::array<OFX::BooleanParam*, 3> tuttle::plugin::histogram::HistogramProcessParams< Scalar >::_boolRGB |
Definition at line 21 of file HistogramPlugin.hpp.
Referenced by tuttle::plugin::histogram::HistogramPlugin::getProcessParams(), and tuttle::plugin::histogram::Compute_alpha_pixel::operator()().
boost::array<OFX::DoubleParam*, 3> tuttle::plugin::histogram::HistogramProcessParams< Scalar >::_multiplierHSL |
Definition at line 24 of file HistogramPlugin.hpp.
Referenced by tuttle::plugin::histogram::HistogramPlugin::getProcessParams(), and tuttle::plugin::histogram::Compute_alpha_pixel::operator()().
boost::array<OFX::DoubleParam*, 3> tuttle::plugin::histogram::HistogramProcessParams< Scalar >::_multiplierRGB |
Definition at line 23 of file HistogramPlugin.hpp.
Referenced by tuttle::plugin::histogram::HistogramPlugin::getProcessParams(), and tuttle::plugin::histogram::Compute_alpha_pixel::operator()().
OFX::ParametricParam* tuttle::plugin::histogram::HistogramProcessParams< Scalar >::_paramColorHSL |
Definition at line 17 of file HistogramPlugin.hpp.
Referenced by tuttle::plugin::histogram::HistogramPlugin::getProcessParams(), and tuttle::plugin::histogram::Compute_alpha_pixel::operator()().
OFX::ParametricParam* tuttle::plugin::histogram::HistogramProcessParams< Scalar >::_paramColorRGB |
Definition at line 16 of file HistogramPlugin.hpp.
Referenced by tuttle::plugin::histogram::HistogramPlugin::getProcessParams(), and tuttle::plugin::histogram::Compute_alpha_pixel::operator()().
OFX::ChoiceParam* tuttle::plugin::histogram::HistogramProcessParams< Scalar >::_paramOutputSetting |
Definition at line 19 of file HistogramPlugin.hpp.
Referenced by tuttle::plugin::histogram::HistogramPlugin::getProcessParams().
OfxTime tuttle::plugin::histogram::HistogramProcessParams< Scalar >::_time |
Definition at line 18 of file HistogramPlugin.hpp.
Referenced by tuttle::plugin::histogram::Compute_alpha_pixel::operator()().