Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ read
Method
read
src/fl/gfx/colorutils.cpp.hpp:266–268 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
264
fl::span<const fl::u32, Size> entries;
265
266
CRGB read(fl::u8 index) const {
267
return CRGB(FL_PGM_READ_DWORD_NEAR(entries.data() + index));
268
}
269
};
270
271
inline fl::u16 promote_channel_to_hd(fl::u8 channel) {
Callers
nothing calls this directly
Calls
2
CRGB
Class · 0.70
data
Method · 0.45
Tested by
no test coverage detected