Cast one color vector to another. More...
#include <color_cast.hh>
Public Types | |
| typedef dst_t | return_type |
Static Public Member Functions | |
| static return_type | cast (const src_t &_src) |
Cast one color vector to another.
Definition at line 78 of file Core/Utils/color_cast.hh.
| typedef dst_t OpenMesh::color_caster< dst_t, src_t >::return_type |
Definition at line 80 of file Core/Utils/color_cast.hh.
| static return_type OpenMesh::color_caster< dst_t, src_t >::cast | ( | const src_t & | _src | ) | [inline, static] |
Definition at line 82 of file Core/Utils/color_cast.hh.