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

◆ fillInputSurface()

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

Definition at line 311 of file corkscrew.cpp.hpp.

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

References getOrCreateInputSurface().

+ Here is the call graph for this function: