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

◆ accept() [5/5]

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

Definition at line 73 of file gradient.cpp.

73 {
74 // This should never be called, but we need to provide a default
75 // implementation to avoid compilation errors.
76 accept(&obj);
77 }
void accept(const CRGBPalette16 *palette)
Definition gradient.cpp:49

References accept().

+ Here is the call graph for this function: