cmyk.hpp File Reference
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
#include <cstddef>
#include "gil_config.hpp"
#include "metafunctions.hpp"
#include <boost/mpl/range_c.hpp>
#include <boost/mpl/vector_c.hpp>
Go to the source code of this file.
|  | 
| 
 Namespaces | 
| namespace | boost | 
| namespace | boost::gil | 
| 
 Classes | 
| struct | cyan_t | 
|  | Cyan.  More... 
 | 
| struct | magenta_t | 
|  | Magenta.  More... 
 | 
| struct | yellow_t | 
|  | Yellow.  More... 
 | 
| struct | black_t | 
|  | Black.  More... 
 | 
| 
 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 
 |