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

◆ FUNCTION_FILL_GRADIENT_RGB4

#define FUNCTION_FILL_GRADIENT_RGB4 ( a,
b,
c,
d,
e,
f )
Value:
::fill_gradient_RGB(a,b,c,d,e,f)
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 31 of file pixelset.h.

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