FastLED 3.9.15
|
Fill a range of LEDs with a smooth RGB gradient between two RGB colors.
leds | a pointer to the LED array to fill |
numLeds | the number of LEDs to fill |
c1 | the starting color in the gradient |
c2 | the end color for the gradient |
Definition at line 224 of file colorutils.cpp.
References fill_gradient_RGB(), and leds.