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

◆ Set() [2/2]

virtual void LedRopeInterface::Set ( int i,
int length,
const Color3i & color )
inlinevirtual

Definition at line 12 of file led_rope_interface.h.

12 {
13 for (int j = 0; j < length; ++j) {
14 Set(i + j, color);
15 }
16 }
virtual void Set(int i, const Color3i &c)=0
virtual int length() const =0

References length(), and Set().

+ Here is the call graph for this function: