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

◆ operator[]()

CRGB & CLEDController::operator[] ( int x)
inline

Reference to the n'th LED managed by the controller.

Parameters
xthe LED number to retrieve
Returns
reference to CLEDController::m_Data[x]

Definition at line 187 of file cled_controller.h.

187{ return m_Data[x]; }
uint32_t x[NUM_LAYERS]
Definition Fire2023.ino:80
CRGB * m_Data
pointer to the LED data used by this controller

References m_Data, and x.