TuttleOFX
1
|
#include <boost/gil/utilities.hpp>
#include <terry/numeric/operations.hpp>
#include <terry/numeric/operations_assign.hpp>
#include <terry/numeric/assign.hpp>
#include <terry/numeric/init.hpp>
#include <cmath>
Go to the source code of this file.
Data Structures | |
struct | terry::generator::RampFunctor< Pixel > |
Namespaces | |
namespace | terry |
namespace | terry::generator |
Functions | |
template<class Pixel > | |
Pixel | terry::generator::clearChannel (const Pixel &in, bool red, bool green, bool blue, bool alpha, const boost::mpl::true_, const boost::mpl::true_) |
template<class Pixel > | |
Pixel | terry::generator::clearChannel (const Pixel &in, bool red, bool green, bool blue, bool alpha, const boost::mpl::true_, const boost::mpl::false_) |
template<class Pixel > | |
Pixel | terry::generator::clearChannel (const Pixel &in, bool red, bool green, bool blue, bool alpha, const boost::mpl::false_, const boost::mpl::true_) |
template<class Pixel > | |
Pixel | terry::generator::clearChannel (const Pixel &in, bool red, bool green, bool blue, bool alpha, const boost::mpl::false_, const boost::mpl::false_) |