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

Function fadeUsingColor

src/fl/gfx/colorutils.h:131–133  ·  view source on GitHub ↗

@copydoc fadeUsingColor()

Source from the content-addressed store, hash-verified

129
130/// @copydoc fadeUsingColor()
131inline void fadeUsingColor(fl::span<CRGB> leds, const CRGB &colormask) FL_NOEXCEPT {
132 fadeUsingColor(leds.data(), static_cast<fl::u16>(leds.size()), colormask);
133}
134
135/// @} ColorFades
136

Callers

nothing calls this directly

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected