boost::gil::pixel_value_type<packed_channel_reference<BitField, FirstBit, NumBits, IsMutable>, Layout>

Synopsis

template<
    typename BitField,
    int FirstBit,
    int NumBits,
    bool IsMutable,
    typename Layout>
struct pixel_value_type<packed_channel_reference<BitField, FirstBit, NumBits, IsMutable>, Layout>
    : packed_pixel_type<BitField, mp11::mp_list_c<unsigned int, NumBits>, Layout>

Base Classes

Name

Description

packed_pixel_type<BitField, mp11::mp_list_c<unsigned int, NumBits>, Layout>

Returns the type of a packed pixel given its bitfield type, the bit size of its channels and its layout.

Type Aliases

Name

type

Created with MrDocs