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

Function gamma_2_8

src/fl/math/ease.cpp.hpp:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 62000, 62697, 63399, 64106, 64818, 65535};
52
53u16 gamma_2_8(u8 value) {
54 return FL_PGM_READ_WORD_ALIGNED(&GAMMA_2_8_LUT[value]);
55}
56
57// 8-bit easing functions
58u8 easeInQuad8(u8 i) {

Callers 3

showPixelsMethod · 0.85
FL_TEST_FILEFunction · 0.85
FL_TEST_FILEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected