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 |
|
Specializations
Name |
Description |
Returns the type of a runtime‐specified view, color‐converted to a given pixel type with the default coor converter |
|
Returns the type of a runtime‐specified view, color‐converted to a given pixel type with user specified color converter |
Created with MrDocs