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 80 of file xymap.cpp.hpp.

82 : type(is_serpentine ? kSerpentine : kLineByLine), width(width),
u16 mOffset
Definition xymap.h:132
u16 width
Definition xymap.h:128
@ kSerpentine
Definition xymap.h:43
@ kLineByLine
Definition xymap.h:43
u16 height
Definition xymap.h:129
XyMapType type
Definition xymap.h:127
fl::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(), fromXMap(), identity(), and operator=().

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