How to set FILT color without temp?

  • BrianTheEngineer
    4th Jan 2020 Member 0 Permalink

    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?

  • INFINITY-BOI
    4th Jan 2020 Banned 0 Permalink
    This post is hidden because the user is banned
    Edited once by INFINITY-BOI. Last: 4th Jan 2020
  • LBPHacker
    4th Jan 2020 Developer 0 Permalink

    Alternatively, if you want to save yourself some headache from trying to decipher the above post, read the wiki on FILT.

    Edited once by LBPHacker. Last: 4th Jan 2020
  • BrianTheEngineer
    4th Jan 2020 Member 0 Permalink

    @LBPHacker (View Post)

     

    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?

  • Lord_Bowserinator
    4th Jan 2020 Member 0 Permalink

    See https://imgur.com/sDazDKl

     

    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.

  • jacob1
    4th Jan 2020 Developer 0 Permalink
    There is no conversion from rgb to filt colors. It's not possible. The filt color space is very small.