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

◆ has()

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

Definition at line 53 of file pixel_iterator.h.

53 {
55 return pc->has(n);
56 }
static bool has(void *pixel_controller, int n)