Classes | |
struct | devicen_t< 1 > |
unnamed color space of one channel More... | |
struct | devicen_t< 2 > |
unnamed color space of two channels More... | |
struct | devicen_t< 3 > |
unnamed color space of three channels More... | |
struct | devicen_t< 4 > |
unnamed color space of four channels More... | |
struct | devicen_t< 5 > |
unnamed color space of five channels More... | |
Typedefs | |
using | cmyk_t = mpl::vector4< cyan_t, magenta_t, yellow_t, black_t > |
using | gray_t = mpl::vector1< gray_color_t > |
using | rgb_t = mpl::vector3< red_t, green_t, blue_t > |
using | rgba_t = mpl::vector4< red_t, green_t, blue_t, alpha_t > |