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

◆ getShape()

XYPathPtr getShape ( int which)

Definition at line 51 of file BilinearCompression.ino.

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

References shapes.

Referenced by loop().

+ Here is the caller graph for this function: