Sorry, erel, i'm at work, don't kniw exactly.
But to summarize, i need to take a string hex code such as "8e44ad" and convert that to an int value.
B4X:
Dim i as int = 0xff8e44ad
WhateverPanel.Color=i
This works just fine.
But when i try to convert any color from hex *string* to int, i get an int value other than it's ARGB correspondent.
I am clearly doing something (hilariously) wrong.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.