Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ x_linear
Function
x_linear
src/fl/math/xmap.h:10–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
namespace fl {
9
10
FASTLED_FORCE_INLINE u16 x_linear(u16 x, u16 length) {
11
(void)length;
12
return x;
13
}
14
15
FASTLED_FORCE_INLINE u16 x_reverse(u16 x, u16 length) {
16
return length - 1 - x;
Callers
1
mapToIndex
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected