Support for CMYK color space and variants. More...
#include <cstddef>
#include "gil_config.hpp"
#include "metafunctions.hpp"
#include <boost/mpl/range_c.hpp>
#include <boost/mpl/vector_c.hpp>
Classes | |
struct | boost::gil::cyan_t |
Cyan. More... | |
struct | boost::gil::magenta_t |
Magenta. More... | |
struct | boost::gil::yellow_t |
Yellow. More... | |
struct | boost::gil::black_t |
Black. More... | |
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::gil | |
Typedefs | |
typedef mpl::vector4< cyan_t, magenta_t, yellow_t, black_t > | boost::gil::cmyk_t |
typedef layout< cmyk_t > | boost::gil::cmyk_layout_t |
Functions | |
template<typename IC > | |
type_from_x_iterator < planar_pixel_iterator< IC, cmyk_t > >::view_t | boost::gil::planar_cmyk_view (std::size_t width, std::size_t height, IC c, IC m, IC y, IC k, std::ptrdiff_t rowsize_in_bytes) |
from raw CMYK planar data More... | |
Support for CMYK color space and variants.