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

A heterogeneous color base whose elements are reference proxies to channels in a pixel. More...

Collaboration diagram for packed_pixel:

Classes

struct  boost::gil::packed_pixel< BitField, ChannelRefVec, Layout >
 Heterogeneous pixel value whose channel references can be constructed from the pixel bitfield and their index. More...
 

Detailed Description

A heterogeneous color base whose elements are reference proxies to channels in a pixel.

Models ColorBaseValueConcept. This class is used to model packed pixels, such as 16-bit packed RGB.