FastLED 3.9.15
|
CRGB * blend | ( | const CRGB * | src1, |
const CRGB * | src2, | ||
CRGB * | dest, | ||
uint16_t | count, | ||
fract8 | amountOfsrc2 ) |
Computes a new blended array of colors, each some fraction of the way between corresponding elements of two source arrays of colors.
Useful for blending palettes.
src1 | the first array of colors to blend |
src2 | the second array of colors to blend |
dest | the destination array for the colors |
count | the number of LEDs to blend |
amountOfsrc2 | the fraction of src2 to blend into src1 |
Definition at line 354 of file colorutils.cpp.
References blend().