Homogeneous pixel concept.
More...
#include <pixel.hpp>
template<typename P>
struct boost::gil::HomogeneousPixelConcept< P >
Homogeneous pixel concept.
{
{
return dynamic_at_c(p,i);
}
};
Color base whose elements all have the same type.
Definition concepts/color_base.hpp:228
Concept for homogeneous pixel-based GIL constructs.
Definition pixel_based.hpp:84
Homogeneous pixel concept.
Definition concepts/pixel.hpp:124
Pixel concept - A color base whose elements are channels.
Definition concepts/pixel.hpp:64
Specifies the return type of the constant element accessor at_c of a homogeneous color base.
Definition color_base_algorithm.hpp:235
The documentation for this struct was generated from the following file: