Hello people, bring playing with fastled and just wondering is there a way to save a CRGB colour into a variable to be used later.
Something like
Colour1 = (255,125,200);
Then later in the program…
leds[n]=CRGB(Colour1);
Can this be done? I’ve tried all sorts of combinations and can’t seem to get the syntax right. Any help would be appreciated.