182 {
183
184 for (
int i = 0; i <
NUM_LEDS; i++) {
185
190
194
196
198
199 uint8_t sat = int32_t((
x * 10 +
y * 5 + now / 5)) % 256;
200
202 }
203}
UISlider brightness("Brightness", 255, 0, 255, 1)
UISlider ledsScale("Leds scale", 0.1f, 0.1f, 1.0f, 0.01f)
uint16_t inoise16(uint32_t x, uint32_t y, uint32_t z, uint32_t t)
16-bit, fixed point implementation of Perlin's noise.
long map(long x, long in_min, long in_max, long out_min, long out_max)
FASTLED_FORCE_INLINE T clamp(T value, T min, T max)
fl::vector< vec3f > mapCorkScrew
Representation of an HSV pixel (hue, saturation, value (aka brightness)).