napalmtorch / PurpleMoonOS_Old

Operating system built from "scratch" in C#, using Cosmos Kernel
23 stars 6 forks source link

QUESTION : How you made uint images #3

Open RaphProductions opened 2 years ago

RaphProductions commented 2 years ago

Hi! I know than this version of PurpleMoonOS is old but im updating it.

Just, how you convert bitmap images to uint images?

zarlo commented 2 years ago

https://github.com/CosmosOS/Cosmos/blob/master/source/Cosmos.System2/Graphics/Bitmap.cs#L36

RaphProductions commented 2 years ago

but what do you mean with this code?

zarlo commented 2 years ago

the for loop in that does what you are asking for