Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ Gradient
Method
Gradient
src/fl/gfx/gradient.cpp.hpp:96–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
template <typename T> Gradient::Gradient(T *palette) { set(palette); }
97
98
Gradient::Gradient(const Gradient &other) : mVariant(other.mVariant) {}
99
Callers
nothing calls this directly
Calls
2
set
Class · 0.50
visit
Method · 0.45
Tested by
no test coverage detected