MCPcopy Create free account
hub / github.com/FastLED/FastLED / RawDrawPixel

Method RawDrawPixel

examples/LuminescentGrand/arduino/LedRopeTCL.cpp:79–81  ·  view source on GitHub ↗

//////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

77
78///////////////////////////////////////////////////////////////////////////////
79void LedRopeTCL::RawDrawPixel(const Color3i& c) {
80 RawDrawPixel(c.r_, c.g_, c.b_);
81}
82
83///////////////////////////////////////////////////////////////////////////////
84void LedRopeTCL::RawDrawPixel(byte r, byte g, byte b) {

Callers 4

PaintVuNotesMethod · 0.80
VegasVisualizerMethod · 0.80
PaintBrightSurpriseMethod · 0.80
PaintVuSpaceInvadersMethod · 0.80

Calls 5

CRGBClass · 0.50
sizeMethod · 0.45
getLengthMethod · 0.45
isPressedMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected