|
FastLED 3.9.15
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | InterpData< KeyT, ValT > |
Functions | |
| template<typename KeyT, typename ValT> | |
| ValT | Interp (const KeyT &k, const InterpData< KeyT, ValT > *array, const int n) |
| template<typename X, typename Y> | |
| const Y | MapT (const X &x, const X &x1, const X &x2, const Y &y1, const Y &y2) |
| template<typename KeyT, typename ValT> | |
| void | SelectInterpPoints (const KeyT &k, const InterpData< KeyT, ValT > *array, const int n, int *dest_lower_bound, int *dest_upper_bound) |