Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
color_converted_view

Color converted view of another view. More...

Collaboration diagram for color_converted_view:

Classes

struct  boost::gil::color_converted_view_type< any_image_view< ViewTypes >, DstP, CC >
 Returns the type of a runtime-specified view, color-converted to a given pixel type with user specified color converter. More...
 
struct  boost::gil::color_converted_view_type< any_image_view< ViewTypes >, DstP >
 Returns the type of a runtime-specified view, color-converted to a given pixel type with the default coor converter. More...
 
class  boost::gil::color_convert_deref_fn< SrcConstRefP, DstP, CC >
 Function object that given a source pixel, returns it converted to a given color space and channel depth. More...
 
struct  boost::gil::color_converted_view_type< SrcView, DstP, CC >
 Returns the type of a view that does color conversion upon dereferencing its pixels. More...
 

Functions

template<typename DstP , typename ViewTypes , typename CC >
color_converted_view_type
< any_image_view< ViewTypes >
, DstP, CC >::type 
boost::gil::color_converted_view (const any_image_view< ViewTypes > &src, CC cc)
 overload of generic color_converted_view with user defined color-converter More...
 
template<typename DstP , typename ViewTypes >
color_converted_view_type
< any_image_view< ViewTypes >
, DstP >::type 
boost::gil::color_converted_view (const any_image_view< ViewTypes > &src)
 overload of generic color_converted_view with the default color-converter More...
 
template<typename DstP , typename ViewTypes , typename CC >
color_converted_view_type
< any_image_view< ViewTypes >
, DstP, CC >::type 
boost::gil::any_color_converted_view (const any_image_view< ViewTypes > &src, CC cc)
 overload of generic color_converted_view with user defined color-converter These are workarounds for GCC 3.4, which thinks color_converted_view is ambiguous with the same method for templated views (in gil/image_view_factory.hpp) More...
 
template<typename DstP , typename ViewTypes >
color_converted_view_type
< any_image_view< ViewTypes >
, DstP >::type 
boost::gil::any_color_converted_view (const any_image_view< ViewTypes > &src)
 overload of generic color_converted_view with the default color-converter These are workarounds for GCC 3.4, which thinks color_converted_view is ambiguous with the same method for templated views (in gil/image_view_factory.hpp) More...
 
template<typename DstP , typename View , typename CC >
color_converted_view_type
< View, DstP, CC >::type 
boost::gil::color_converted_view (const View &src, CC cc)
 view of a different color space with a user defined color-converter More...
 
template<typename DstP , typename View >
color_converted_view_type
< View, DstP >::type 
boost::gil::color_converted_view (const View &src)
 overload of generic color_converted_view with the default color-converter More...
 

Detailed Description

Color converted view of another view.

Function Documentation

template<typename DstP , typename ViewTypes , typename CC >
color_converted_view_type<any_image_view<ViewTypes>, DstP, CC>::type boost::gil::any_color_converted_view ( const any_image_view< ViewTypes > &  src,
CC  cc 
)
inline

#include <boost_1_57_0/boost/gil/extension/dynamic_image/image_view_factory.hpp>

overload of generic color_converted_view with user defined color-converter These are workarounds for GCC 3.4, which thinks color_converted_view is ambiguous with the same method for templated views (in gil/image_view_factory.hpp)

References boost::gil::apply_operation().

template<typename DstP , typename ViewTypes >
color_converted_view_type<any_image_view<ViewTypes>, DstP>::type boost::gil::any_color_converted_view ( const any_image_view< ViewTypes > &  src)
inline

#include <boost_1_57_0/boost/gil/extension/dynamic_image/image_view_factory.hpp>

overload of generic color_converted_view with the default color-converter These are workarounds for GCC 3.4, which thinks color_converted_view is ambiguous with the same method for templated views (in gil/image_view_factory.hpp)

References boost::gil::apply_operation().

template<typename DstP , typename View , typename CC >
color_converted_view_type<View,DstP,CC>::type boost::gil::color_converted_view ( const View &  src,
CC  cc 
)
inline

#include <boost_1_57_0/boost/gil/image_view_factory.hpp>

view of a different color space with a user defined color-converter

References boost::gil::detail::_color_converted_view_type< SrcView, CC, DstP, SrcView::value_type >::make().

template<typename DstP , typename ViewTypes , typename CC >
color_converted_view_type<any_image_view<ViewTypes>, DstP, CC>::type boost::gil::color_converted_view ( const any_image_view< ViewTypes > &  src,
CC  cc 
)
inline

#include <boost_1_57_0/boost/gil/extension/dynamic_image/image_view_factory.hpp>

overload of generic color_converted_view with user defined color-converter

References boost::gil::apply_operation().

template<typename DstP , typename View >
color_converted_view_type<View,DstP>::type boost::gil::color_converted_view ( const View &  src)
inline

#include <boost_1_57_0/boost/gil/image_view_factory.hpp>

overload of generic color_converted_view with the default color-converter

template<typename DstP , typename ViewTypes >
color_converted_view_type<any_image_view<ViewTypes>, DstP>::type boost::gil::color_converted_view ( const any_image_view< ViewTypes > &  src)
inline

#include <boost_1_57_0/boost/gil/extension/dynamic_image/image_view_factory.hpp>

overload of generic color_converted_view with the default color-converter

References boost::gil::apply_operation().