boost::gil::layout
Represents a color space and ordering of channels in memory
Synopsis
Declared in <boost/gil/utilities.hpp>
template<
typename ColorSpace,
typename ChannelMapping = mp11::mp_iota<std::integral_constant<int, mp11::mp_size<ColorSpace>::value>>>
struct layout;
Derived Classes
Name |
Description |
unnamed color layout of up to five channels |
Created with MrDocs