Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
bit_aligned_pixel_reference

A heterogeneous color base representing pixel that may not be byte aligned, i.e. More...

Collaboration diagram for bit_aligned_pixel_reference:

Classes

struct  boost::gil::bit_aligned_pixel_reference< BitField, ChannelBitSizes, Layout, IsMutable >
 Heterogeneous pixel reference corresponding to non-byte-aligned bit range. More...
 

Detailed Description

A heterogeneous color base representing pixel that may not be byte aligned, i.e.

it may correspond to a bit range that does not start/end at a byte boundary. Models ColorBaseConcept.