I'm just checking, but FastLED doesn't support the individual,

I’m just checking, but FastLED doesn’t support the individual, 4pin RGB type LEDs does it?

You can use FastLED to drive analog RGB LEDs: https://github.com/FastLED/FastLED/blob/master/examples/AnalogOutput/AnalogOutput.ino

@Jason_Coon Works great thanks, I used the sin8 function too to make the glowing look much nicer than my own effort.