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

◆ hasFixedFrameRate()

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

Reimplemented from fl::Fx.

Definition at line 26 of file noisepalette.h.

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

References mFps.