Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ getType
Method
getType
src/fl/math/xmap.cpp.hpp:79–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
u16 XMap::getLength() const { return length; }
78
79
XMap::Type XMap::getType() const { return type; }
80
81
XMap::XMap(u16 length, Type type)
82
: length(length), type(type), mOffset(0) {}
Callers
4
upscale
Method · 0.45
downscale
Function · 0.45
upscale
Function · 0.45
FL_TEST_FILE
Function · 0.45
Calls
no outgoing calls
Tested by
1
FL_TEST_FILE
Function · 0.36