TuttleOFX  1
ramp.hpp File Reference
#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>
Include dependency graph for ramp.hpp:
This graph shows which files directly or indirectly include this file:

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_)