boost::gil::color_converted_view_type

Returns the type of a view that does color conversion upon dereferencing its pixels

Synopsis

template<
    typename SrcView,
    typename DstP,
    typename CC = default_color_converter>
struct color_converted_view_type
    : detail::_color_converted_view_type<SrcView, CC, DstP, SrcView::value_type>

Base Classes

Name

Description

detail::_color_converted_view_type<SrcView, CC, DstP, SrcView::value_type>

Type Aliases

Name

type

Static Member Functions

Name

make

Specializations

Name

Description

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

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

Created with MrDocs