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

136 {
137 CHSV nu(p1);
138 nblend(nu, p2, amountOfP2, directionCode);
139 return nu;
140}
fl::hsv8 CHSV
Definition chsv.h:11
CRGB & nblend(CRGB &existing, const CRGB &overlay, fract8 amountOfOverlay)

References nblend().

+ Here is the call graph for this function: