boost::gil::color_converted_view

overload of generic color_converted_view with user defined color‐converter

Synopsis

template<
    typename DstP,
    typename... Views,
    typename CC>
color_converted_view_type<any_image_view<Views...>, DstP, CC>::type
color_converted_view(
    any_image_view<Views...> const& src,
    CC cc);

Template Parameters

Name

Description

Views

Models Boost.MP11‐compatible list of models of ImageViewConcept

Parameters

Name

Description

src

Represents a run‐time specified image view. Models HasDynamicXStepTypeConcept, HasDynamicYStepTypeConcept, Note that this class does NOT model ImageViewConcept

Created with MrDocs