SA-MP Forums Archive
Hex Color Opacity - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Hex Color Opacity (/showthread.php?tid=278866)



Hex Color Opacity - Antonio [G-RP] - 24.08.2011

I never really learned this.. which opacities are more visible? Which are more invisible?

I basically use 'FF' for my opacity in everything. It works fine. But in my current instance I need darker & lighter opacities. Help, anybody?

Opacity: 0xFFFFFFFF (bolded)


Re: Hex Color Opacity - Wesley221 - 24.08.2011

I got this from a website:
Code:
FF 100% 
E6 90%
CC 80%
B3 70%
99 60%
80 50%
66 40%
80 30%
33 20%
1A 10%
0 0%
Those are the opacity in percents


Re: Hex Color Opacity - Antonio [G-RP] - 24.08.2011

Thank you, Wesley.

EDIT: Both 30% and 50% are "80" ? D: