Boost GIL


Public Member Functions | List of all members
MutablePixelConcept< P > Struct Template Reference

Pixel concept that allows for changing its channels. More...

#include <gil_concept.hpp>

Public Member Functions

void constraints ()
 

Detailed Description

template<typename P>
struct boost::gil::MutablePixelConcept< P >

Pixel concept that allows for changing its channels.

concept MutablePixelConcept<PixelConcept P> : MutableColorBaseConcept<P> {
where is_mutable==true;
};

The documentation for this struct was generated from the following file: