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

◆ XYMap() [1/3]

fl::XYMap::XYMap ( u16 width,
u16 height,
bool is_serpentine = true,
u16 offset = 0 )

Definition at line 59 of file xymap.cpp.

61 : type(is_serpentine ? kSerpentine : kLineByLine), width(width),
u16 mOffset
Definition xymap.h:131
u16 width
Definition xymap.h:127
@ kSerpentine
Definition xymap.h:47
@ kLineByLine
Definition xymap.h:47
u16 height
Definition xymap.h:128
XyMapType type
Definition xymap.h:126
UISlider offset("Offset", 0.0f, 0.0f, 1.0f, 0.01f)

References height, kLineByLine, kSerpentine, mOffset, offset(), type, and width.

Referenced by XYMap(), constructRectangularGrid(), constructSerpentine(), constructWithLookUpTable(), constructWithUserFunction(), identity(), and operator=().

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