MCPcopy 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
96template <typename T> Gradient::Gradient(T *palette) { set(palette); }
97
98Gradient::Gradient(const Gradient &other) : mVariant(other.mVariant) {}
99

Callers

nothing calls this directly

Calls 2

setClass · 0.50
visitMethod · 0.45

Tested by

no test coverage detected