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

◆ getShape()

XYPathPtr getShape ( int which)

Definition at line 49 of file complex.h.

49 {
50 int len = shapes.size();
51 which = which % len;
52 if (which < 0) {
53 which += len;
54 }
55 return shapes[which];
56}
fl::vector< XYPathPtr > shapes

References shapes.

Referenced by loop().

+ Here is the caller graph for this function: