Support for color space of N channels and variants. More...
#include <cstddef>#include "gil_config.hpp"#include "utilities.hpp"#include "metafunctions.hpp"#include <boost/type_traits.hpp>#include <boost/mpl/range_c.hpp>#include <boost/mpl/vector_c.hpp>

Classes | |
| struct | boost::gil::devicen_color_t< N > | 
| unnamed color  More... | |
| struct | boost::gil::devicen_t< N > | 
| struct | boost::gil::devicen_t< 1 > | 
| unnamed color space of one channel  More... | |
| struct | boost::gil::devicen_t< 2 > | 
| unnamed color space of two channels  More... | |
| struct | boost::gil::devicen_t< 3 > | 
| unnamed color space of three channels  More... | |
| struct | boost::gil::devicen_t< 4 > | 
| unnamed color space of four channels  More... | |
| struct | boost::gil::devicen_t< 5 > | 
| unnamed color space of five channels  More... | |
| struct | boost::gil::devicen_layout_t< N > | 
| unnamed color layout of up to five channels  More... | |
Namespaces | |
| boost | |
| Duration formatting facet for input.  | |
| boost::gil | |
Functions | |
| template<typename IC > | |
| type_from_x_iterator < planar_pixel_iterator< IC, devicen_t< 2 > > >::view_t  | boost::gil::planar_devicen_view (std::size_t width, std::size_t height, IC c0, IC c1, std::ptrdiff_t rowsize_in_bytes) | 
| from 2-channel planar data  More... | |
| template<typename IC > | |
| type_from_x_iterator < planar_pixel_iterator< IC, devicen_t< 3 > > >::view_t  | boost::gil::planar_devicen_view (std::size_t width, std::size_t height, IC c0, IC c1, IC c2, std::ptrdiff_t rowsize_in_bytes) | 
| from 3-channel planar data  More... | |
| template<typename IC > | |
| type_from_x_iterator < planar_pixel_iterator< IC, devicen_t< 4 > > >::view_t  | boost::gil::planar_devicen_view (std::size_t width, std::size_t height, IC c0, IC c1, IC c2, IC c3, std::ptrdiff_t rowsize_in_bytes) | 
| from 4-channel planar data  More... | |
| template<typename IC > | |
| type_from_x_iterator < planar_pixel_iterator< IC, devicen_t< 5 > > >::view_t  | boost::gil::planar_devicen_view (std::size_t width, std::size_t height, IC c0, IC c1, IC c2, IC c3, IC c4, std::ptrdiff_t rowsize_in_bytes) | 
| from 5-channel planar data  More... | |
Support for color space of N channels and variants.