|
Classes |
struct | abgr_t |
| ABGR color space identifier. More...
|
struct | argb_t |
| ARGB color space identifier. More...
|
struct | bgra_t |
| BGRA color space identifier. More...
|
struct | detail::color_base< T, abgr_t > |
| alpha, blue, green, and red channel values/references/pointers More...
|
struct | detail::color_base< T, argb_t > |
| alpha, red, green, and blue channel values/references/pointers More...
|
struct | detail::color_base< T, bgra_t > |
| blue, green, red, and alpha channel values/references/pointers More...
|
struct | detail::color_base< T, rgba_t > |
| red, green, blue and alpha channel values/references/pointers More...
|
struct | planar_ptr< IC, rgba_t > |
| Represents a pointer to a planar RGBA 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 | rgba_t |
| RGBA color space identifier. More...
|