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

◆ XYMap() [3/3]

fl::XYMap::XYMap ( u16 width,
u16 height,
XyMapType type )
private

Definition at line 157 of file xymap.cpp.hpp.

158 : type(type), width(width), height(height), mOffset(0) {}
u16 mOffset
Definition xymap.h:132
u16 width
Definition xymap.h:128
u16 height
Definition xymap.h:129
XyMapType type
Definition xymap.h:127

References height, mOffset, type, and width.