Color base which allows for modifying its elements.
More...
#include <color_base.hpp>
template<typename ColorBase>
struct boost::gil::MutableColorBaseConcept< ColorBase >
Color base which allows for modifying its elements.
{
template <int K>
struct kth_element_reference_type; where
Metafunction<kth_element_reference_type>;
template <int K>
kth_element_reference_type<kth_element_type<T,K>::type>::type at_c(T);
T& operator=(T&, const T2&);
};
Concept of copy assignment requirement.
Definition: basic.hpp:82
A color base is a container of color elements (such as channels, channel references or channel pointe...
Definition: concepts/color_base.hpp:138
Two color bases are compatible if they have the same color space and their elements are compatible,...
Definition: concepts/color_base.hpp:304
Color base which allows for modifying its elements.
Definition: concepts/color_base.hpp:184
Concept of swap operation requirement.
Definition: basic.hpp:119
The documentation for this struct was generated from the following file: