Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ x_reverse
Function
x_reverse
src/fl/math/xmap.h:15–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
}
14
15
FASTLED_FORCE_INLINE u16 x_reverse(u16 x, u16 length) {
16
return length - 1 - x;
17
}
18
19
// typedef for xMap function type
20
typedef u16 (*XFunction)(u16 x, u16 length);
Callers
1
mapToIndex
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected