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

◆ getShape()

XYPathPtr getShape ( int which)

Definition at line 56 of file Downscale.h.

56 {
57 int len = shapes.size();
58 which = which % len;
59 if (which < 0) {
60 which += len;
61 }
62 return shapes[which];
63}
fl::vector< XYPathPtr > shapes
Definition Downscale.h:51

References shapes.

Referenced by loop().

+ Here is the caller graph for this function: