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

◆ createSubset() [3/3]

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

Definition at line 284 of file ___pixeltypes.h.

284 {
285 if (start < 0)
286 start = 0;
287 return Pixels(_size, ledpointer + start, direction);
288 }
Pixel * ledpointer

References Pixels(), _size, and ledpointer.

+ Here is the call graph for this function: