TuttleOFX
1
|
#include <boost/gil/gil_config.hpp>
#include <boost/mpl/contains.hpp>
#include <boost/gil/gray.hpp>
#include <boost/gil/typedefs.hpp>
Go to the source code of this file.
Data Structures | |
struct | boost::gil::default_color_converter_impl< gray_alpha_t, rgba_t > |
Gray Alpha to RGBA. More... | |
struct | boost::gil::default_color_converter_impl< gray_alpha_t, rgb_t > |
struct | boost::gil::default_color_converter_impl< gray_alpha_t, gray_t > |
Namespaces | |
namespace | boost |
namespace | boost::gil |
Typedefs | |
typedef mpl::vector2 < gray_color_t, alpha_t > | boost::gil::gray_alpha_t |
typedef layout< gray_alpha_t > | boost::gil::gray_alpha_layout_t |
typedef layout < gray_alpha_layout_t, mpl::vector2_c< int, 1, 0 > > | boost::gil::alpha_gray_layout_t |
Definition in file gray_alpha.hpp.