Boost GIL


Modules
ColorBase

A color base is a container of color elements. More...

Modules

 Concepts
 ColorBase concepts.
 
 Models
 ColorBase models.
 
 Algorithms and Utility Functions
 ColorBase algorithms, metafunctions and utility functions.
 

Detailed Description

A color base is a container of color elements.

The most common use of color base is in the implementation of a pixel, in which case the color elements are channel values. The color base concept, however, can be used in other scenarios. For example, a planar pixel has channels that are not contiguous in memory. Its reference is a proxy class that uses a color base whose elements are channel references. Its iterator uses a color base whose elements are channel iterators.