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

◆ hasFixedFrameRate()

virtual bool fl::Fx::hasFixedFrameRate ( float * fps) const
inlinevirtual

Reimplemented in fl::NoisePalette.

Definition at line 33 of file fx.h.

33 {
34 FASTLED_UNUSED(fps);
35 return false;
36 }
#define FASTLED_UNUSED(x)
Definition unused.h:3

References FASTLED_UNUSED.