boost::gil::default_color_converter_impl<rgb_t, cmyk_t>::operator()
Synopsis
Declared in <boost/gil/color_convert.hpp>
template<
typename SrcPixel,
typename DstPixel>
void
operator()(
SrcPixel const& src,
DstPixel& dst) const;
Created with MrDocs