HEX/HTML > ARGB?
#1

Good day. Can anyone explain me, how to make ARGB color (for example, which is used in SetObjectMaterial) when having HEX/HTML color? For example, I have 0x3973FFFF, and how would it look in ARGB format? Yes, I tried to use ******, but it doesnt give me anything that I want.
Reply
#2

0x3973FFFF is RGBA

39 - RR
73 - GG
FF - BB
FF - AA

You just put AA in front:
0xFFFF3973
Reply
#3

Thank you!
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)