Replies: 1 comment
-
I forced I'm still wondering why the default color format is different based on the platform? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a
frame
variable of type uint[] that has data in ARGB format. Exemple: 0xFFFF0000 would be red.When running the code below in a Windows app, or a MAUI app using BlazorWebView, the colors are correct. When running it in WASM (Blazor browser) the colors are reversed?
Both win-x64 and wasm are supposed to be Little Endian, so why?
Any better method to achieve this that would be working on all platforms?
Beta Was this translation helpful? Give feedback.
All reactions