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

◆ fillInputSurface()

void fl::Corkscrew::fillInputSurface ( const CRGB & color)

Definition at line 310 of file corkscrew.cpp.

310 {
311 auto target_surface = getOrCreateInputSurface();
312 for (fl::size i = 0; i < target_surface->size(); ++i) {
313 target_surface->data()[i] = color;
314 }
315}
fl::shared_ptr< fl::Grid< CRGB > > & getOrCreateInputSurface()

References getOrCreateInputSurface().

+ Here is the call graph for this function: