Boost GIL


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

Concept for homogeneous pixel-based GIL constructs. More...

#include <pixel_based.hpp>

Public Member Functions

void constraints ()
 

Detailed Description

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

Concept for homogeneous pixel-based GIL constructs.

{
typename channel_type<T>;
where ChannelConcept<channel_type<T>::type>;
};
A channel is the building block of a color. Color is defined as a mixture of primary colors and a cha...
Definition concepts/channel.hpp:75
Concept for homogeneous pixel-based GIL constructs.
Definition pixel_based.hpp:84
Concept for type as metafunction requirement.
Definition basic.hpp:164
Concept for all pixel-based GIL constructs.
Definition pixel_based.hpp:54
Definition color_convert.hpp:31

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