Information
Media
Support
RSS
Other Adobe Projects
Other Resources
|
detail::reduce_color_spaces< SRC_CS, DST_CS > Struct Template ReferenceList of all members.
|
Public Types |
typedef reduce_color_spaces_impl<
SRC_CS, DST_CS, mapping_val
>::first_t | _first_t |
typedef reduce_color_spaces_impl<
SRC_CS, DST_CS, mapping_val
>::second_t | _second_t |
typedef channel_order< DST_CS
>::type | dst_order_t |
typedef boost::mpl::if_c<
SWAP, _second_t, _first_t
>::type | first_t |
typedef boost::mpl::transform<
src_order_t, type_to_index<
dst_order_t, boost::mpl::_1
> >::type | mapping |
typedef boost::mpl::if_c<
SWAP, _first_t, _second_t
>::type | second_t |
typedef channel_order< SRC_CS
>::type | src_order_t |
Static Public Attributes |
static const int | mapping_val |
static const bool | SWAP |
Detailed Description
template<typename SRC_CS, typename DST_CS>
struct detail::reduce_color_spaces< SRC_CS, DST_CS >
Definition at line 239 of file reduce.hpp.
|