DGtal
1.5.beta
|
#include <DGtal/io/colormaps/BasicColorToScalarFunctors.h>
Public Types | |
typedef TValue | Value |
Public Member Functions | |
Value | operator() (const Color &aCol) const |
Basic color to scalar functor which returns the code of the RGB color (DGtal_uint32 casted into TValue) .
Definition at line 113 of file BasicColorToScalarFunctors.h.
typedef TValue DGtal::functors::ColorRGBEncoder< TValue >::Value |
Definition at line 115 of file BasicColorToScalarFunctors.h.
|
inline |