MCPcopy Create free account
hub / github.com/FastLED/FastLED / isSerpentine

Method isSerpentine

src/fl/math/xymap.h:110–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 }
109
110 bool isSerpentine() const FL_NOEXCEPT { return type == kSerpentine; }
111 bool isLineByLine() const FL_NOEXCEPT { return type == kLineByLine; }
112 bool isFunction() const FL_NOEXCEPT { return type == kFunction; }
113 bool isLUT() const FL_NOEXCEPT { return type == kLookUpTable; }

Callers 2

operator[]Method · 0.80
xymap.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected