Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
cmyk.hpp File Reference

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>
Include dependency graph for cmyk.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Support for CMYK color space and variants.

Author
Lubomir Bourdev and Hailin Jin
Adobe Systems Incorporated
Date
2005-2007
Last updated on October 10, 2007