FastLED 3.9.15
|
LIB8STATIC uint8_t blend8 | ( | uint8_t | a, |
uint8_t | b, | ||
uint8_t | amountOfB ) |
Blend a variable proportion (0-255) of one byte to another.
a | the starting byte value |
b | the byte value to blend toward |
amountOfB | the proportion (0-255) of b to blend |
Definition at line 667 of file math8.h.
References cleanup_R1(), LIB8STATIC, and scale8_LEAVING_R1_DIRTY().
Referenced by CRGB::blend(), and nblend().