18#define TIME_FACTOR_HUE 60
19#define TIME_FACTOR_SAT 100
20#define TIME_FACTOR_VAL 100
30 uint32_t ms = millis();
39 sat = map(sat, 0, 255, 30, 255);
40 val = map(val, 0, 255, 100, 255);
CFastLED FastLED
Global LED strip management instance.
central include file for FastLED, defines the CFastLED class/object
@ GRB
Green, Red, Blue (0102)
uint16_t inoise16(uint32_t x, uint32_t y, uint32_t z, uint32_t t)
16-bit, fixed point implementation of Perlin's noise.
Representation of an HSV pixel (hue, saturation, value (aka brightness)).
Representation of an RGB pixel (Red, Green, Blue)