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

◆ XYMap() [1/3]

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

Definition at line 61 of file xymap.cpp.

63 : type(is_serpentine ? kSerpentine : kLineByLine), width(width),
uint16_t mOffset
Definition xymap.h:125
uint16_t width
Definition xymap.h:121
@ kSerpentine
Definition xymap.h:45
@ kLineByLine
Definition xymap.h:45
uint16_t height
Definition xymap.h:122
XyMapType type
Definition xymap.h:120
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: