FastLED 3.9.15
Loading...
Searching...
No Matches

◆ FUNCTION_FILL_GRADIENT_RGB3

#define FUNCTION_FILL_GRADIENT_RGB3 ( a,
b,
c,
d,
e )
Value:
void fill_gradient_RGB(CRGB *leds, uint16_t startpos, CRGB startcolor, uint16_t endpos, CRGB endcolor)
Fill a range of LEDs with a smooth RGB gradient between two RGB colors.

Definition at line 30 of file pixelset.h.

Referenced by CPixelView< CRGB >::fill_gradient_RGB().