boost::gil::color_converted_view

view of a different color space with a user defined color‐converter

Synopsis

template<
    typename DstP,
    typename View,
    typename CC>
color_converted_view_type<View, DstP, CC>::type
color_converted_view(
    View const& src,
    CC cc);

Created with MrDocs