Classes | |
struct | devicen_layout_t< N > |
unnamed color layout of up to five channels More... | |
Typedefs | |
using | cmyk_layout_t = layout<cmyk_t> |
using | gray_layout_t = layout<gray_t> |
using | rgb_layout_t = layout<rgb_t> |
using | bgr_layout_t = layout<rgb_t, mp11::mp_list_c<int, 2, 1, 0>> |
using | rgba_layout_t = layout<rgba_t> |
using | bgra_layout_t = layout<rgba_t, mp11::mp_list_c<int, 2, 1, 0, 3>> |
using | argb_layout_t = layout<rgba_t, mp11::mp_list_c<int, 1, 2, 3, 0>> |
using | abgr_layout_t = layout<rgba_t, mp11::mp_list_c<int, 3, 2, 1, 0>> |