Function object that given a source pixel, returns it converted to a given color space and channel depth. Models: PixelDereferenceAdaptorConcept. More...
#include <image_view_factory.hpp>
Public Member Functions | |
color_convert_deref_fn (CC cc_in) | |
DstP | operator() (SrcConstRefP srcP) const |
![]() | |
BOOST_STATIC_CONSTANT (bool, is_mutable=IsMutable) | |
Additional Inherited Members | |
![]() | |
typedef SrcConstRefP | argument_type |
typedef DstP | result_type |
typedef color_convert_deref_fn < SrcConstRefP, DstP, CC > | const_t |
typedef DstP | value_type |
typedef DstP | reference |
typedef const DstP & | const_reference |
Function object that given a source pixel, returns it converted to a given color space and channel depth. Models: PixelDereferenceAdaptorConcept.
Useful in constructing a color converted view over a given image view