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

◆ hasDrawBounds()

virtual bool fl::XYPathGenerator::hasDrawBounds ( rect< int > * bounds)
inlinevirtual

Reimplemented in fl::XYPathFunction.

Definition at line 60 of file xypath_impls.h.

60 {
61 FASTLED_UNUSED(bounds);
62 return false;
63 }
#define FASTLED_UNUSED(x)
Definition unused.h:3

References FASTLED_UNUSED.