bebeli555 / CookieClient

CookieClient is a utility client for anarchy servers
95 stars 18 forks source link

I have no clue how to change the colors. #22

Open 1osmc opened 2 years ago

1osmc commented 2 years ago

they come in codes like 0xFF32a86d. Ive searched all over trying to find some kind of calculator or something but it just keeps taking me back to basic RGB with 6 figures in its name. and these obviously dont translate to whatever color code youre using. If what im saying right now doesnt make sense reply and i will try explain better. However if you do know a quick lesson or website that shows me what these codes me would be great.

bebeli555 commented 2 years ago

Its the HEX color with 2 alpha values in front and 0x which is just a thing for the java compiler i think so it doesn't matter. You can just google like color picker and choose the color then use the HEX value and put 2 alpha values in front of it which mean transparency. like FF means its not transparent and putting like 50 means its quite transparent. So if u want like a blue color you just get the blue HEX which is 0033ff then change it to like 0xFF0033ff or change the 2 alpha values from FF to something else to change the transparency.

1osmc commented 2 years ago

Cheers, ive got it working now and also thanks for the very fast reply.