boost::gil::packed_dynamic_channel_reference

Synopsis

Declared in <boost/gil/channel.hpp>

template<
    typename BitField,
    int NumBits,
    bool IsMutable>
class packed_dynamic_channel_reference;

Template Parameters

Name

Description

BitField

A type that holds the bits of the pixel from which the channel is referenced. Typically an integral type, like std::uint16_t

NumBits

Defines the sequence of bits in the data value that contain the channel

IsMutable

true if the reference is mutable

Created with MrDocs