boost::gil::color_converted_view_type<any_image_view<Views...>, DstP, CC>
Returns the type of a runtime‐specified view, color‐converted to a given pixel type with user specified color converter
Synopsis
Declared in <boost/gil/extension/dynamic_image/image_view_factory.hpp>
template<
typename... Views,
typename DstP,
typename CC>
struct color_converted_view_type<any_image_view<Views...>, DstP, CC>;