boost::gil::color_convert
helper function for converting one pixel to another using GIL default color‐converters where ScrP models HomogeneousPixelConcept DstP models HomogeneousPixelValueConcept
Synopsis
Declared in <boost/gil/color_convert.hpp>
template<
typename SrcP,
typename DstP>
void
color_convert(
SrcP const& src,
DstP& dst);
Created with MrDocs