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

◆ setPixelColorInternal()

void fl::FastLEDANIMartRIX::setPixelColorInternal ( int x,
int y,
animartrix_detail::rgb pixel )
inlineoverridevirtual

Implements animartrix_detail::ANIMartRIX.

Definition at line 135 of file animartrix.hpp.

136 {
137 setPixelColor(x, y, CRGB(pixel.red, pixel.green, pixel.blue));
138 }
uint32_t x[NUM_LAYERS]
Definition Fire2023.ino:82
uint32_t y[NUM_LAYERS]
Definition Fire2023.ino:83
void setPixelColor(int x, int y, CRGB pixel)

References animartrix_detail::ANIMartRIX::pixel, setPixelColor(), x, and y.

+ Here is the call graph for this function: