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

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

References nblend().

+ Here is the call graph for this function: