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