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 52 of file colorutils.cpp.

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

References nblend().

+ Here is the call graph for this function: