You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: