boost::gil::MutablePixelConcept
Pixel concept that allows for changing its channels
Synopsis
Declared in <boost/gil/concepts/pixel.hpp>
template<typename P>
struct MutablePixelConcept;
Description
concept MutablePixelConcept<PixelConcept P> : MutableColorBaseConcept<P>
{
where is_mutable==true;
};
Member Functions
Name |
Created with MrDocs