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

63 {
64 CRGB nu(p1);
65 nblend(nu, p2, amountOfP2);
66 return nu;
67}
CRGB & nblend(CRGB &existing, const CRGB &overlay, fract8 amountOfOverlay)
Representation of an 8-bit RGB pixel (Red, Green, Blue)
Definition crgb.h:38

References nblend().

Referenced by blend(), blend(), ColorFromPalette(), ColorFromPalette(), ColorFromPalette(), ColorFromPalette(), ColorFromPalette(), ColorFromPalette(), ColorFromPaletteExtended(), ColorFromPaletteExtended(), ColorFromPaletteExtended(), ColorFromPaletteExtended(), ColorFromPaletteExtended(), fl::TwinkleFox::drawTwinkleFox(), FL_DISABLE_WARNING(), fl::LUT< u16 >::interp16(), fl::LUT< u16 >::interp8(), fl::PerlinParticlePunch::renderMeteor(), and fl::PerlinParticlePunch::spawnDebrisFromMeteor().

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