ColorBase concepts. More...
| Classes | |
| struct | ColorBaseConcept< ColorBase > | 
| A color base is a container of color elements (such as channels, channel references or channel pointers).  More... | |
| struct | MutableColorBaseConcept< ColorBase > | 
| Color base which allows for modifying its elements.  More... | |
| struct | ColorBaseValueConcept< ColorBase > | 
| Color base that also has a default-constructor. Refines Regular.  More... | |
| struct | HomogeneousColorBaseConcept< ColorBase > | 
| Color base whose elements all have the same type.  More... | |
| struct | MutableHomogeneousColorBaseConcept< ColorBase > | 
| Homogeneous color base that allows for modifying its elements.  More... | |
| struct | HomogeneousColorBaseValueConcept< ColorBase > | 
| Homogeneous color base that also has a default constructor. Refines Regular.  More... | |
| struct | ColorBasesCompatibleConcept< ColorBase1, ColorBase2 > | 
| Two color bases are compatible if they have the same color space and their elements are compatible, semantic-pairwise.  More... | |
ColorBase concepts.