Information
MediaSupport
RSSOther Adobe ProjectsOther Resources |
ViewsCompatibleConcept< V1, V2 > Struct Template ReferenceViewsCompatibleConcept.
More...
|
Public Member Functions | |
void | constraints () |
// Views are compatible if they have compatible color spaces and the same channel values template <ImageViewConcept V1, ImageViewConcept V2> concept ViewsCompatibleConcept { where PixelsCompatibleConcept<V1::pixel_t, P2::pixel_t>; };
Definition at line 1650 of file gil_concept.hpp.