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

◆ accept() [4/5]

void fl::anonymous_namespace{gradient.cpp}::VisitorFill::accept ( const Gradient::GradientFunction & func)
inline

Definition at line 70 of file gradient.cpp.

70 {
71 for (fl::size i = 0; i < n; ++i) {
72 output[i] = func(indices[i]);
73 }
74 }

References indices, n, and output.