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