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

◆ createSubset() [2/3]

Pixels fl::Pixels::createSubset ( int start,
int length,
leddirection direction )
inline

Definition at line 290 of file ___pixeltypes.h.

290 {
291 if (start < 0)
292 start = 0;
293 if (length <= 0)
294 length = 1;
295 return Pixels(length, ledpointer + start, direction);
296 }
Pixel * ledpointer

References Pixels(), and ledpointer.

+ Here is the call graph for this function: