color of default class selection panel - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: color of default class selection panel (
/showthread.php?tid=358666)
color of default class selection panel -
juraska - 11.07.2012
what is color of this:
panel background? i know it's solid black, but i need hex code of it
thanks
Re: color of default class selection panel -
clarencecuzz - 11.07.2012
It would have to be about
:
That's my guess.
If it's not transparent enough, change it from 55 to 66, or from 66 to 77 etc.
If it's too transparent, change it from 55 to 44, or from 44 to 33 etc. Does not go past 00, and does not go above 15, once you reach 99, change to AA then BB, CC all the way to FF (AA = 10, BB = 11, CC = 12 etc.)
Read
https://sampwiki.blast.hk/wiki/Hex_colors for more info.
Re: color of default class selection panel -
juraska - 11.07.2012
too bright
edit: thanks, i'll try.
Re: color of default class selection panel -
clarencecuzz - 11.07.2012
Change it to about 0x00000033
Re: color of default class selection panel -
MP2 - 11.07.2012
It's roughly 0x00000055.
Re: color of default class selection panel -
Lordzy - 11.07.2012
I've seen a website where we can click on a image and get it's hex codes.
But i don't remember it.
I'll try searching and then reply.
Re: color of default class selection panel -
clarencecuzz - 11.07.2012
Quote:
Originally Posted by MP2
It's roughly 0x00000055.
|
I already suggested 0x00000055, it was too bright so I suggested 33...
read the topic fully before you post.