TuttleOFX
1
|
#include <boost/gil/pixel.hpp>
#include <boost/gil/typedefs.hpp>
#include <boost/gil/color_convert.hpp>
Go to the source code of this file.
Data Structures | |
struct | terry::alpha_max_filler |
struct | terry::black_filler |
Namespaces | |
namespace | terry |
Functions | |
template<class Pixel > | |
static const Pixel | terry::get_black () |
Get black color value. | |
template<class View > | |
static const View::value_type | terry::get_black (const View &) |
template<class View > | |
static View::value_type | terry::get_white () |
template<class View > | |
static View::value_type | terry::get_white (const View &) |
template<class View > | |
void | terry::fill_alpha_max (const View &v) |
template<class View > | |
void | terry::fill_black (View &v) |
Fill an image in black, all channels to 0.0 value and alpha channel to 1.0 (if exists) |