boost::gil::pixel_value_type<packed_channel_value<NumBits>, Layout>
Synopsis
Declared in <boost/gil/metafunctions.hpp>
template<
int NumBits,
typename Layout>
struct pixel_value_type<packed_channel_value<NumBits>, Layout>
: packed_pixel_type<detail::min_fast_uint<NumBits>::type, mp11::mp_list_c<unsigned int, NumBits>, Layout>
Base Classes
Name |
Description |
Returns the type of a packed pixel given its bitfield type, the bit size of its channels and its layout. |