boost::gil::channel_convert
Converting from one channel type to another.
Synopsis
Declared in <boost/gil/concepts/channel.hpp>
template<
typename DstT,
typename SrcT>
channel_traits<DstChannel>::value_type
channel_convert(SrcT const& val);
Created with MrDocs