Const pointer to the CRGB array for this controller @returns CLEDController::mLeds.data()
| 273 | /// Const pointer to the CRGB array for this controller |
| 274 | /// @returns CLEDController::mLeds.data() |
| 275 | const CRGB* leds() const FL_NOEXCEPT { return mLeds.data(); } |
| 276 | |
| 277 | /// Span of LEDs managed by this controller |
| 278 | /// @returns CLEDController::mLeds |