FastLED 3.9.15
|
void nblend | ( | CHSV * | existing, |
const CHSV * | overlay, | ||
uint16_t | count, | ||
fract8 | amountOfOverlay, | ||
TGradientDirectionCode | directionCode = SHORTEST_HUES ) |
Destructively blends a given fraction of a color array into an existing color array.
existing | the color array to modify |
overlay | the color array to blend into existing |
count | the number of colors to process |
amountOfOverlay | the fraction of overlay to blend into existing |
directionCode | the direction to travel around the color wheel |
Definition at line 414 of file colorutils.cpp.
References nblend().