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

◆ removeFromDrawList()

void fl::CLEDController::removeFromDrawList ( )
inline

Remove this controller from the draw list.

Note
Safe to call at any time - controllers currently drawing are protected by ownership

Definition at line 252 of file cled_controller.h.

252 {
253 removeFromList(this);
254 }
static void removeFromList(CLEDController *controller) FL_NOEXCEPT
Remove a controller from the linked list.

References FL_NOEXCEPT, removeFromDrawList(), and removeFromList().

Referenced by ~CLEDController(), fl::Channel::removeFromDrawList(), and removeFromDrawList().

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