Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::gil::color_converted_view_type< SrcView, DstP, CC > Struct Template Reference

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

#include <image_view_factory.hpp>

Inheritance diagram for boost::gil::color_converted_view_type< SrcView, DstP, CC >:
Collaboration diagram for boost::gil::color_converted_view_type< SrcView, DstP, CC >:

Public Types

typedef add_ref_t::type type
 

Static Public Member Functions

static type make (const SrcView &sv, CC cc)
 

Detailed Description

template<typename SrcView, typename DstP, typename CC = default_color_converter>
struct boost::gil::color_converted_view_type< SrcView, DstP, CC >

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

Member Typedef Documentation

typedef add_ref_t::type boost::gil::detail::_color_converted_view_type< SrcView, CC, DstP, SrcView::value_type >::type
inherited

Member Function Documentation

static type boost::gil::detail::_color_converted_view_type< SrcView, CC, DstP, SrcView::value_type >::make ( const SrcView &  sv,
CC  cc 
)
inlinestaticinherited

The documentation for this struct was generated from the following file: