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

◆ fxName()

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

Implements fl::Fx.

Definition at line 162 of file video.cpp.hpp.

162 {
163 string out = "video_fx_wrapper: ";
164 out.append(mFx->fxName());
165 return out;
166}

References VideoFxWrapper(), fl::string::append(), fxName(), and mFx.

Referenced by ~VideoFxWrapper(), and fxName().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: