ColorBase algorithms, metafunctions and utility functions. More...
Modules | |
size | |
size: Semantic channel size | |
kth_semantic_element_type, kth_semantic_element_reference_type, kth_semantic_element_const_reference_type, semantic_at_c | |
semantic_at_c: Semantic channel accessors | |
color_element_type, color_element_reference_type, color_element_const_reference_type, get_color, contains_color | |
get_color: Named channel accessors | |
element_type, element_reference_type, element_const_reference_type | |
Types for homogeneous color bases. | |
static_min, static_max | |
Equivalents to std::min_element and std::max_element for homogeneous color bases. | |
static_equal | |
Equivalent to std::equal. Pairs the elements semantically. | |
static_copy | |
Equivalent to std::copy. Pairs the elements semantically. | |
static_fill | |
Equivalent to std::fill. | |
static_generate | |
Equivalent to std::generate. | |
static_transform | |
Equivalent to std::transform. Pairs the elements semantically. | |
static_for_each | |
Equivalent to std::for_each. Pairs the elements semantically. | |
ColorBase algorithms, metafunctions and utility functions.