Information
MediaSupport
RSSOther Adobe ProjectsOther Resources |
PixelsCompatibleConcept< P1, P2 > Struct Template ReferencePixels compatible concept.
More...
|
Public Member Functions | |
void | constraints () |
// Pixels are compatible if they have compatible color spaces and the same channel values template <HeterogeneousPixelConcept P1, HeterogeneousPixelConcept P2> concept PixelsCompatibleConcept { where ColorSpacesCompatibleConcept<P1::color_space_t, P2::color_space_t>; template <size_t D> where P1::kth_channel<D>::type::value_type == P2::kth_channel<D>::type::value_type; };
Definition at line 621 of file gil_concept.hpp.