Two color bases are compatible if they have the same color space and their elements are compatible, semantic-pairwise.
More...
#include <color_base.hpp>
template<typename ColorBase1, typename ColorBase2>
struct boost::gil::ColorBasesCompatibleConcept< ColorBase1, ColorBase2 >
Two color bases are compatible if they have the same color space and their elements are compatible, semantic-pairwise.
{
where
SameType<C1::layout_t::color_space_t, C2::layout_t::color_space_t>;
};
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
Concept of types equivalence requirement.
Definition: basic.hpp:179
The documentation for this struct was generated from the following file: