FastLED 3.9.15
Loading...
Searching...
No Matches
color_mapper.h
Go to the documentation of this file.
1
2
3#ifndef COLOR_MAPPER_H_
4#define COLOR_MAPPER_H_
5
6#include "./color.h"
7
8const ColorHSV SelectColor(int midi_note, float brightness, int color_selector_val);
9
10#endif // COLOR_MAPPER_H_
UISlider brightness("Brightness", 255, 0, 255, 1)
const ColorHSV SelectColor(int midi_note, float brightness, int color_selector_val)