boost::gil::pixel_reference_type
Returns the type of a homogeneous pixel reference given the channel type, layout, whether it operates on planar data and whether it is mutable
Synopsis
Declared in <boost/gil/metafunctions.hpp>
template<
typename T,
typename L,
bool IsPlanar = false,
bool IsMutable = true>
struct pixel_reference_type;
Specializations
Name |
Description |
////////////////////////// |
|
Created with MrDocs