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

◆ fxName()

Str fl::VideoFxWrapper::fxName ( ) const
overridevirtual

Implements fl::Fx.

Definition at line 183 of file video.cpp.

183 {
184 Str out = "video_fx_wrapper: ";
185 out.append(mFx->fxName());
186 return out;
187}

References fl::Str::append(), and mFx.

+ Here is the call graph for this function: