ShiftPWM support topic. Latest update: Schematics, high power LED's, LED strips

NicksonYap:
Is there a colour cross-fading (or morphing) effect in ShiftPWM for RGB leds?
-to change from blue to green smoothly.

Will my code work for RGB leds to simply set it's brightness without affecting it's current colour?
for example that led1 is set to keep on changing from green to blue then back to green, then with my code i just make its brightness dimmer without affecting the colour changing?
Or is there a function in SHiftPWM to do this?

There are functions to set HSV values. With the hue you can smoothly go from blue to green. With the value you can change the brightness.