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

◆ XMap() [3/3]

fl::XMap::XMap ( u16 length,
Type type )
private

Definition at line 80 of file xmap.cpp.

81 : length(length), type(type), mOffset(0) {}
Type type
Definition xmap.h:62
u16 length
Definition xmap.h:61
u16 mOffset
Definition xmap.h:66

References length, mOffset, and type.