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

◆ accept() [5/5]

template<typename T>
void fl::anonymous_namespace{gradient.cpp}::Visitor::accept ( const T & obj)
inline

Definition at line 31 of file gradient.cpp.

31 {
32 // This should never be called, but we need to provide a default
33 // implementation to avoid compilation errors.
34 accept(&obj);
35 }
void accept(const CRGBPalette16 *palette)
Definition gradient.cpp:11

References accept().

+ Here is the call graph for this function: