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

Function fade_video

src/fl/gfx/colorutils.h:68–70  ·  view source on GitHub ↗

@copydoc fadeLightBy()

Source from the content-addressed store, hash-verified

66
67/// @copydoc fadeLightBy()
68inline void fade_video(fl::span<CRGB> leds, fl::u8 fadeBy) FL_NOEXCEPT {
69 fade_video(leds.data(), static_cast<fl::u16>(leds.size()), fadeBy);
70}
71
72/// Scale the brightness of an array of pixels all at once.
73/// Guaranteed to never fade all the way to black.

Callers

nothing calls this directly

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected