color_convert_types< SRC_VIEW, DST_P > Struct Template Reference
[Image View Constructors]

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

#include <image_view_factory.hpp>

Inherits detail::_color_convert_types< SRC_VIEW, DST_P, SRC_VIEW::value_type >.

List of all members.


Public Member Functions

 GIL_CLASS_REQUIRE (DST_P, GIL, MutablePixelConcept)
 GIL_CLASS_REQUIRE (SRC_VIEW, GIL, ImageViewConcept)

Detailed Description

template<typename SRC_VIEW, typename DST_P>
struct color_convert_types< SRC_VIEW, DST_P >

Definition at line 89 of file core/image_view_factory.hpp.