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

Function fill_rainbow

src/fl/gfx/fill.h:58–61  ·  view source on GitHub ↗

@copydoc fill_rainbow()

Source from the content-addressed store, hash-verified

56
57/// @copydoc fill_rainbow()
58inline void fill_rainbow(fl::span<CRGB> leds, fl::u8 initialhue,
59 fl::u8 deltahue = 5) FL_NOEXCEPT {
60 fill_rainbow(leds.data(), static_cast<int>(leds.size()), initialhue, deltahue);
61}
62
63/// @copydoc fill_rainbow()
64void fill_rainbow(CHSV *targetArray, int numToFill, fl::u8 initialhue,

Callers 7

rainbowMethod · 0.50
sketch_fake.hppFile · 0.50
setupFunction · 0.50
loopFunction · 0.50
loopFunction · 0.50
runTestPatternsMethod · 0.50
loopFunction · 0.50

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by 1

runTestPatternsMethod · 0.40