FastLED 3.9.15
Loading...
Searching...
No Matches

◆ nblend() [4/4]

void fl::nblend ( CRGB * existing,
const CRGB * overlay,
fl::u16 count,
fract8 amountOfOverlay )

Definition at line 54 of file colorutils.cpp.hpp.

55 {
56 for (fl::u16 i = count; i; --i) {
57 nblend(*existing, *overlay, amountOfOverlay);
58 ++existing;
59 ++overlay;
60 }
61}
CRGB & nblend(CRGB &existing, const CRGB &overlay, fract8 amountOfOverlay)

References nblend().

+ Here is the call graph for this function: