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

◆ has()

template<typename PixelControllerT>
static bool fl::PixelControllerVtable< PixelControllerT >::has ( void * pixel_controller,
int n )
inlinestatic

Definition at line 64 of file pixel_iterator.h.

64 {
66 return pc->has(n);
67 }
static bool has(void *pixel_controller, int n)