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

◆ Set() [2/2]

void FrameBufferBase::Set ( int i,
int length,
const Color3i & color )

Definition at line 19 of file framebuffer.cpp.

19 {
20 for (int j = 0; j < length; ++j) {
21 Set(i + j, color);
22 }
23}
void Set(int i, const Color3i &c)
int length() const

References length(), and Set().

+ Here is the call graph for this function: