Information
Media
Support
RSS
Other Adobe Projects
Other Resources
|
rgb.hpp File ReferenceSupport for RGB 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 | bgr_t |
| | BGR color space identifier. More...
|
| struct | detail::channel_accessor< bgr_t, 0 > |
| struct | detail::channel_accessor< bgr_t, 1 > |
| struct | detail::channel_accessor< bgr_t, 2 > |
| struct | detail::channel_accessor< rgb_t, 0 > |
| struct | detail::channel_accessor< rgb_t, 1 > |
| struct | detail::channel_accessor< rgb_t, 2 > |
| struct | detail::color_base< T, bgr_t > |
| | blue, green and red channel values More...
|
| struct | detail::color_base< T, rgb_t > |
| | red, green and blue channel values/references/pointers More...
|
| struct | planar_ptr< IC, rgb_t > |
| | Represents a pointer to a planar RGB 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...
|
| struct | rgb_t |
| | RGB color space identifier. More...
|
Functions |
| template<typename IC> |
planar_ref< typename std::iterator_traits<
IC >::reference, rgb_t > | byte_advanced_ref (const planar_ptr_base< IC, rgb_t > &p, std::ptrdiff_t byteDiff) |
Detailed Description
- Author:
- Lubomir Bourdev and Hailin Jin
Adobe Systems Incorporated
- Date:
- 2005-2006
Last updated on March 16, 2006
Definition in file rgb.hpp.
|