Fill all of the LEDs with a smooth RGB gradient between two RGB colors.
349 {
353 } else {
355 }
356 return *this;
357 }
PIXEL_TYPE *const leds
pointer to the LED data
const fl::i8 dir
direction of the LED data, either 1 or -1. Determines how the pointer is incremented.
const int len
length of the LED data, in PIXEL_TYPE units.
Represents a view/window into a set of LED pixels, providing array-like access and rich color operati...
#define FUNCTION_FILL_GRADIENT_RGB(a, b, c, d)
#define FASTLED_UNUSED(x)