Boost GIL


Classes
Concepts

Pixel concepts. More...

Classes

struct  PixelConcept< P >
 Pixel concept - A color base whose elements are channels. More...
 
struct  MutablePixelConcept< P >
 Pixel concept that allows for changing its channels. More...
 
struct  HomogeneousPixelConcept< P >
 Homogeneous pixel concept. More...
 
struct  MutableHomogeneousPixelConcept< P >
 Homogeneous pixel concept that allows for changing its channels. More...
 
struct  PixelValueConcept< P >
 Pixel concept that is a Regular type. More...
 
struct  HomogeneousPixelValueConcept< P >
 Homogeneous pixel concept that is a Regular type. More...
 
struct  PixelsCompatibleConcept< P1, P2 >
 Concept for pixel compatibility Pixels are compatible if their channels and color space types are compatible. Compatible pixels can be assigned and copy constructed from one another. More...
 
struct  PixelConvertibleConcept< SrcP, DstP >
 Pixel convertible concept. More...
 

Detailed Description

Pixel concepts.