The default mapping from a 7-bit MIDI value to an RGB color. More...
#include <MIDI_Inputs/LEDs/FastLED.hpp>
 Collaboration diagram for DefaultColorMapper:Public Member Functions | |
| Color | operator() (uint8_t value, uint8_t index) const | 
| Map from a 7-bit MIDI value to an RGB color.  More... | |
The default mapping from a 7-bit MIDI value to an RGB color.
This uses the Novation Launchpad mapping.
Definition at line 22 of file FastLED.hpp.
| Color operator() | ( | uint8_t | value, | 
| uint8_t | index | ||
| ) | const | 
Map from a 7-bit MIDI value to an RGB color.
Definition at line 8 of file FastLED.cpp.