You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: