CMYK Color Space |
Classes | |
struct | cmyk_t |
CMYK color space identifier. More... | |
struct | 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... |