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

Function nblend

src/fl/gfx/colorutils.h:199–203  ·  view source on GitHub ↗

@copydoc nblend(CRGB*, const CRGB*, fl::u16, fract8)

Source from the content-addressed store, hash-verified

197
198/// @copydoc nblend(CRGB*, const CRGB*, fl::u16, fract8)
199inline void nblend(fl::span<CRGB> existing, fl::span<const CRGB> overlay,
200 fract8 amountOfOverlay) FL_NOEXCEPT {
201 nblend(existing.data(), overlay.data(),
202 static_cast<fl::u16>(existing.size()), amountOfOverlay);
203}
204
205/// @copydoc nblend(CRGB*, const CRGB*, fl::u16, fract8)
206/// @param directionCode the direction to travel around the color wheel

Callers 1

drawMethod · 0.50

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected