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

◆ Set()

virtual void LedRopeTCL::Set ( int i,
const Color3i & c )
inlinevirtual

Implements LedRopeInterface.

Definition at line 55 of file LedRopeTCL.h.

55 {
56 frame_buffer_.Set(i, c);
57 }
FrameBuffer frame_buffer_
Definition LedRopeTCL.h:75

References frame_buffer_.