184 {
185
186 for (
int i = 0; i <
NUM_LEDS; i++) {
187
192
196
198
200
201 uint8_t sat = int32_t((
x * 10 +
y * 5 + now / 5)) % 256;
202
204 }
205}
UISlider brightness("Brightness", 1, 0, 1)
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)
UISlider ledsScale("Leds scale", 0.1f, 0.1f, 1.0f, 0.01f)
fl::vector< vec3f > mapCorkScrew
Representation of an HSV pixel (hue, saturation, value (aka brightness)).