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

template<
    typename SrcP,
    typename DstP>
void
color_convert(
    SrcP const& src,
    DstP& dst);

Created with MrDocs