boost::gil::channel_type<bit_aligned_pixel_reference<B, C, L, M>>
This implementation works for bit_algined_pixel_reference with a homogeneous channel layout. The result type will be a packed_dynamic_channel_reference, since the offset info will be missing.
Synopsis
Declared in <boost/gil/extension/toolbox/metafunctions/channel_type.hpp>
template<
typename B,
typename C,
typename L,
bool M>
struct channel_type<bit_aligned_pixel_reference<B, C, L, M>>
: lazy_enable_if<is_homogeneous<bit_aligned_pixel_reference<B, C, L, M>>, gen_chan_ref<B, C, L, M>>
Base Classes
Name |
Description |
|
Created with MrDocs