Information
MediaSupport
RSSOther Adobe ProjectsOther Resources |
derived_image_type< IMAGE, T, CS, PLANAR > Struct Template ReferenceConstructs an image type from a source image type by changing some of the properties. |
Public Types | |
typedef boost::mpl::if_< boost::is_same< T,use_default >, typename IMAGE::channel_t, T >::type | channel_t |
typedef boost::mpl::if_< boost::is_same< CS, use_default >, typename IMAGE::color_space_t, CS >::type | color_space_t |
typedef image_type< channel_t, color_space_t, planar >::type | type |
Static Public Attributes | |
static const bool | planar |
Definition at line 210 of file metafunctions.hpp.