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

◆ FUNCTION_FILL_GRADIENT

#define FUNCTION_FILL_GRADIENT ( a,
b,
c,
d,
e )
Value:
void fill_gradient(T *targetArray, u16 startpos, CHSV startcolor, u16 endpos, CHSV endcolor, TGradientDirectionCode directionCode=SHORTEST_HUES)
Fill a range of LEDs with a smooth HSV gradient between two HSV colors.
Definition fill.h:87

Definition at line 18 of file pixelset.h.

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