Christopher
Christopher
For clarity, the error is from 'Build' button when project is open.
That's perfect! Thank you.
I think the only addition needed now would be a argb(a,r,g,b) input. Again, that's how android takes it. It just makes it easier when jumping in and out of my...
Yes sir, switched to yours immediately. I'm concerned with the initial input. I use tinycolor in my hyrid app, and the colors coming from java are all (Aa, rr, gg,...
We are on different pages, the hex part is perfect. I'm commenting on inputing a rgba - which in android, is argb. And, even in your to8Argbu - yo are...
https://developer.android.com/reference/android/graphics/Color
https://developer.android.com/reference/android/graphics/Color.html#argb(int,%20int,%20int,%20int)
Ok, I was just about to dl. I'll wait for you to update me :-) One thing to also remember, when putting output from the 8Argb don't use 0-1 for...