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

◆ RawDrawPixel() [1/2]

void LedRopeTCL::RawDrawPixel ( const Color3i & c)
virtual

Implements LedRopeInterface.

Definition at line 68 of file LedRopeTCL.cpp.

68 {
69 RawDrawPixel(c.r_, c.g_, c.b_);
70}
void RawDrawPixel(const Color3i &c)
uint8_t b_
Definition color.h:52
uint8_t g_
Definition color.h:52
uint8_t r_
Definition color.h:52

References Color3i::b_, Color3i::g_, Color3i::r_, and RawDrawPixel().

Referenced by Draw(), DrawRepeat(), DrawSequentialRepeat(), RawDrawPixel(), and RawDrawPixels().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: