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

◆ xy_legacy_wrapper()

fl::u16 fl::anonymous_namespace{blur.cpp}::xy_legacy_wrapper ( fl::u16 x,
fl::u16 y,
fl::u16 width,
fl::u16 height )

Definition at line 34 of file blur.cpp.

35 {
36 FASTLED_UNUSED(width);
37 FASTLED_UNUSED(height);
38 return XY(x, y);
39}
int y
Definition simple.h:93
int x
Definition simple.h:92
fl::u16 XY(fl::u8 x, fl::u8 y)
Definition blur.cpp:22
#define FASTLED_UNUSED(x)
Definition unused.h:4

References FASTLED_UNUSED, x, fl::XY(), xy_legacy_wrapper(), and y.

Referenced by xy_legacy_wrapper().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: