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

◆ blend() [3/4]

CRGB fl::blend ( const CRGB & p1,
const CRGB & p2,
fract8 amountOfP2 )

Definition at line 60 of file colorutils.cpp.

60 {
61 CRGB nu(p1);
62 nblend(nu, p2, amountOfP2);
63 return nu;
64}
CRGB & nblend(CRGB &existing, const CRGB &overlay, fract8 amountOfOverlay)
Representation of an RGB pixel (Red, Green, Blue)
Definition crgb.h:55

References nblend().

Referenced by blend(), blend(), ColorFromPalette(), ColorFromPalette(), ColorFromPalette(), ColorFromPalette(), ColorFromPalette(), ColorFromPalette(), ColorFromPaletteExtended(), ColorFromPaletteExtended(), ColorFromPaletteExtended(), fl::TwinkleFox::drawTwinkleFox(), fl::LUT< uint16_t >::interp16(), fl::LUT< uint16_t >::interp8(), and MyColorFromPaletteExtended().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: