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

template<
    typename... Views,
    typename DstP,
    typename CC>
struct color_converted_view_type<any_image_view<Views...>, DstP, CC>;

Type Aliases

Name

type

Created with MrDocs