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

◆ blend() [1/4]

CHSV fl::blend ( const CHSV & p1,
const CHSV & p2,
fract8 amountOfP2,
TGradientDirectionCode directionCode )

Definition at line 132 of file colorutils.cpp.

133 {
134 CHSV nu(p1);
135 nblend(nu, p2, amountOfP2, directionCode);
136 return nu;
137}
CRGB & nblend(CRGB &existing, const CRGB &overlay, fract8 amountOfOverlay)
Representation of an HSV pixel (hue, saturation, value (aka brightness)).
Definition chsv.h:16

References nblend().

+ Here is the call graph for this function: