I saw an example online:
private int[] colors = new int[] { 0x30F8F8F8, 0x30EAEAEA };
I am not sure what the first chars represent, but the last 6 look like hex numbers. Is this correct?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Depending on the format, it looks like those colors are in RGBA (or some other re-ording of them.)
Essentially,
If you know which one is alpha, you can replace it with 00, or if it at the beginning, remove it