VideoTools
|
A cache for a complete set of rgb/yuv mappings, amounting to about 50MB of data. More...
#include <grcolourspace.h>
Public Types | |
typedef triple< T > | triple_t |
typedef std::vector< triple_t > | table_t |
Public Member Functions | |
cache (triple_t(*fn)(triple_t)) | |
void | fill (triple_t(*fn)(triple_t)) |
triple_t | operator() (triple_t abc) const |
template<typename Tout > | |
Tout | value (T a, T b, T c) const |
Public Attributes | |
table_t | table |
A cache for a complete set of rgb/yuv mappings, amounting to about 50MB of data.
Eg:
Definition at line 312 of file grcolourspace.h.