Information
MediaSupport
RSSOther Adobe ProjectsOther Resources |
RGB Color SpaceConstructs and utilities specific to the RGB color space.
More... |
Classes | |
struct | bgr_t |
BGR color space identifier. More... | |
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... |