Boost GIL


Classes | Namespaces | Typedefs | Functions
cmyk.hpp File Reference

Support for CMYK color space and variants. More...

#include <cstddef>
#include <boost/config.hpp>
#include <boost/mpl/range_c.hpp>
#include <boost/mpl/vector_c.hpp>
#include "gil_config.hpp"
#include "metafunctions.hpp"

Go to the source code of this file.

Classes

struct  cyan_t
 Cyan. More...
 
struct  magenta_t
 Magenta. More...
 
struct  yellow_t
 Yellow. More...
 
struct  black_t
 Black. More...
 

Namespaces

 boost
 Pixel 2D LOCATOR.
 

Typedefs

typedef mpl::vector4< cyan_t,
magenta_t, yellow_t, black_t > 
cmyk_t
 
typedef layout< cmyk_t > cmyk_layout_t
 

Functions

template<typename IC >
type_from_x_iterator
< planar_pixel_iterator< IC,
cmyk_t > >::view_t 
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
 

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