Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1osmc opened this issue Oct 25, 2021 · 2 comments
Open

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

1osmc opened this issue Oct 25, 2021 · 2 comments

Comments

@1osmc
Copy link

1osmc commented Oct 25, 2021

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
Copy link
Owner

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
Copy link
Author

1osmc commented Oct 25, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants