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.