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

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

Type Aliases

Name

type

Created with MrDocs