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

◆ getShape()

XYPathPtr getShape ( int which)

Definition at line 54 of file complex.h.

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

References shapes.

Referenced by loop().

+ Here is the caller graph for this function: