boost::gil::packed_channel_reference<BitField, FirstBit, NumBits, false>
A constant subbyte channel reference whose bit offset is fixed at compile time. Models ChannelConcept
Synopsis
Declared in <boost/gil/channel.hpp>
template<
typename BitField,
int FirstBit,
int NumBits>
class packed_channel_reference<BitField, FirstBit, NumBits, false>
: public detail::packed_channel_reference_base<packed_channel_reference<BitField, FirstBit, NumBits, false>, BitField, NumBits, false>
Base Classes
Name |
Description |
|
Member Functions
Name |
Description |
|
Constructors |
Increment operators |
|
Decrement operators |
|
Conversion to |
Friends
Name |
Description |
Created with MrDocs