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

◆ FUNCTION_NBLEND

#define FUNCTION_NBLEND ( a,
b,
c )
Value:
::nblend(a,b,c)
CRGB & nblend(CRGB &existing, const CRGB &overlay, fract8 amountOfOverlay)
Destructively modifies one color, blending in a given fraction of an overlay color.

Definition at line 28 of file pixelset.h.

Referenced by CPixelView< CRGB >::nblend(), and CPixelView< CRGB >::nblend().