i am using 3 ws2812 led which is taken from a full strip .
So am making a game which shows 3 different colors on the 3 leds for each level and the game will have about 10 levels which means i will have to store 30 values as a pair of 3 for the 3 leds so that i can reference them in my code.
The problem am having is I do not understand how to store these values as color objects. would it be better to store the values in an array as hex code or should i store them as rgb values.
Am weak in programming so an example would be easy for me to catch.
appreciate the help thanks