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

◆ hasFixedFrameRate()

bool fl::NoisePalette::hasFixedFrameRate ( float * fps) const
inlineoverridevirtual

Reimplemented from fl::Fx.

Definition at line 27 of file noisepalette.h.

27 {
28 *fps = mFps;
29 return true;
30 }

References mFps.