MCPcopy 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

77u16 XMap::getLength() const { return length; }
78
79XMap::Type XMap::getType() const { return type; }
80
81XMap::XMap(u16 length, Type type)
82 : length(length), type(type), mOffset(0) {}

Callers 4

upscaleMethod · 0.45
downscaleFunction · 0.45
upscaleFunction · 0.45
FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by 1

FL_TEST_FILEFunction · 0.36