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

Function fill_gradient_RGB

src/fl/gfx/fill.h:308–311  ·  view source on GitHub ↗

@copydoc fill_gradient_RGB()

Source from the content-addressed store, hash-verified

306
307/// @copydoc fill_gradient_RGB()
308inline void fill_gradient_RGB(fl::span<CRGB> leds, const CRGB &c1,
309 const CRGB &c2) FL_NOEXCEPT {
310 fill_gradient_RGB(leds.data(), static_cast<u16>(leds.size()), c1, c2);
311}
312
313/// @copydoc fill_gradient_RGB()
314inline void fill_gradient_RGB(fl::span<CRGB> leds, const CRGB &c1,

Callers 4

fillGradientMethod · 0.70
CRGBPalette16Class · 0.70
CRGBPalette32Class · 0.70
CRGBPalette256Class · 0.70

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected