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

◆ fxName()

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

Implements fl::Fx.

Definition at line 174 of file video.cpp.

174 {
175 Str out = "video_fx_wrapper: ";
176 out.append(mFx->fxName());
177 return out;
178}

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

+ Here is the call graph for this function: