Information
Media
Support
RSS
Other Adobe Projects
Other Resources
|
cmyk.hpp File ReferenceSupport for CMYK color space and variants. More...
#include "gil_config.hpp"
#include <boost/type_traits.hpp>
#include "pixel_iterator.hpp"
Go to the source code of this file.
|
Namespaces |
namespace | detail |
Classes |
struct | detail::channel_accessor< cmyk_t, 0 > |
struct | detail::channel_accessor< cmyk_t, 1 > |
struct | detail::channel_accessor< cmyk_t, 2 > |
struct | detail::channel_accessor< cmyk_t, 3 > |
struct | cmyk_t |
| CMYK color space identifier. More...
|
struct | detail::color_base< T, cmyk_t > |
| cyan, magenta, yellow and black channel values/references/pointers More...
|
struct | planar_ptr< IC, cmyk_t > |
| Represents a pointer to a planar CMYK pixel.
A pointer can be constructed from and assigned to the address of a value, the address of a reference or another pointer It can also be dereferenced returning a reference. More...
|
Functions |
template<typename IC> |
planar_ref< typename std::iterator_traits<
IC >::reference, cmyk_t > | byte_advanced_ref (const planar_ptr_base< IC, cmyk_t > &p, std::ptrdiff_t byteDiff) |
Detailed Description
- Author:
- Lubomir Bourdev and Hailin Jin
Adobe Systems Incorporated
- Date:
- 2005-2006
Last updated on March 8, 2006
Definition in file cmyk.hpp.
|