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

◆ Set() [2/2]

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

Definition at line 18 of file framebuffer.cpp.

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

References length(), and Set().

+ Here is the call graph for this function: