Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It seems to be ARGB not RGBA #5

Open
Yoshi20 opened this issue Jul 23, 2020 · 0 comments
Open

It seems to be ARGB not RGBA #5

Yoshi20 opened this issue Jul 23, 2020 · 0 comments

Comments

@Yoshi20
Copy link

Yoshi20 commented Jul 23, 2020

I'm using an android phone and reading the pixel with GetImageRGBAs().
I've expected: RGBA(R:bit0-7, G:bit8-15, B:bit16-23, A:bit24-32)
but it seems to be: ARGB(A:bit0-7, R:bit8-15, G:bit16-23, B:bit24-32)

Same error with frontColorString and backColorString, I think.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant