boost::gil::pixel_value_type<packed_dynamic_channel_reference<BitField, NumBits, IsMutable>, Layout>
Synopsis
Declared in <boost/gil/metafunctions.hpp>
template<
typename BitField,
int NumBits,
bool IsMutable,
typename Layout>
struct pixel_value_type<packed_dynamic_channel_reference<BitField, NumBits, IsMutable>, Layout>
: packed_pixel_type<BitField, 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. |