How can I set the color of FILT without using temperature? I want to go into the world of FILT computing but I can't understand what format the color is stored as. Is it hexadecimal? Or RGBA?
Alternatively, if you want to save yourself some headache from trying to decipher the above post, read the wiki on FILT.
I did not understand the wiki post. Neither did I understand the post above yours. I just want to know what format to write it in. Hexadecimal, RGBA or HSL.
For example if I am trying to make blue, would 0x0000FF be correct?
You can imagine on the wiki each group of bits represents how much of that color there is (red, yellow, green, cyan, blue). You can blend different amounts, in this case, you want the last 7 bits to be 1. It differs from RGB hex coloring.