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

◆ FUNCTION_FILL_GRADIENT3

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

Definition at line 26 of file pixelset.h.

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