Layouts
|
Classes | |
struct | devicen_layout_t |
unnamed color layout of up to five channels More... | |
Typedefs | |
typedef layout< cmyk_t > | boost::gil::cmyk_layout_t |
typedef layout< gray_t > | boost::gil::gray_layout_t |
typedef layout< rgb_t > | boost::gil::rgb_layout_t |
typedef layout< rgb_t, mpl::vector3_c< int, 2, 1, 0 > > | boost::gil::bgr_layout_t |
typedef layout< rgba_t > | boost::gil::rgba_layout_t |
typedef layout< rgba_t, mpl::vector4_c< int, 2, 1, 0, 3 > > | boost::gil::bgra_layout_t |
typedef layout< rgba_t, mpl::vector4_c< int, 1, 2, 3, 0 > > | boost::gil::argb_layout_t |
typedef layout< rgba_t, mpl::vector4_c< int, 3, 2, 1, 0 > > | boost::gil::abgr_layout_t |