FastLED 3.9.15
Loading...
Searching...
No Matches

◆ update()

void ColorPaletteManager::update ( uint32_t now,
bool auto_cycle_enabled,
uint8_t manual_palette )
inline

Definition at line 173 of file FxNoiseRing.h.

173 {
174 if (auto_cycle_enabled) {
178 }
179 } else {
180 current_palette = manual_palette;
181 }
182 }
static const uint32_t PALETTE_CHANGE_INTERVAL
uint32_t last_palette_change

References current_palette, last_palette_change, and PALETTE_CHANGE_INTERVAL.