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

◆ hasDrawBounds()

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

Reimplemented in fl::XYPathFunction.

Definition at line 61 of file xypath_impls.h.

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

References FASTLED_UNUSED.