Information
MediaSupport
RSSOther Adobe ProjectsOther Resources |
PixelConcept< P > Struct Template ReferenceHomogeneous pixel concept.
More...
|
Public Member Functions | |
void | constraints () |
Public Attributes | |
P | pixel |
template <typename P> concept PixelConcept : HeterogeneousPixelConcept<P> { typename channel_t = P::kth_channel<0>::type::value_type; typename channel_reference = channel_t::reference; typename channel_const_reference = channel_t::const_reference; channel_const_reference P::operator[](size_t i) const; // shortcut for physical channel accessor };
Definition at line 520 of file gil_concept.hpp.