Hello, from this website : tweaking4all i've got this code :

Hello,
from this website : tweaking4all

i’ve got this code : link
where there is many animation in one sketch
i would like to add a parameter to change the HUE of the strip
so i add line 744 : leds[Pixel] += CHSV( 100, 0, 0);
but nothing append
i’ve also try : leds[Pixel].setHue(50);
but after the animation doesn’t work
i’ve try to find a way to increment the hue but i don’t know how

someone could help me
thanks a lot

https://pastebin.com/iHZYv4j0

Here’s a little test I made. See if this sort of idea could work for you.

super thanks you,
i have test it work perfectly