Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ GradientInlined
Method
GradientInlined
src/fl/gfx/gradient.h:49–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
using GradientVariant =
48
variant<CRGBPalette16, CRGBPalette32, CRGBPalette256, GradientFunction>;
49
GradientInlined() FL_NOEXCEPT = default;
50
51
template <typename T> GradientInlined(const T &palette) { set(palette); }
52
Callers
nothing calls this directly
Calls
1
set
Class · 0.50
Tested by
no test coverage detected