Open Omnislayer77 opened 2 years ago
Hi, I want to work on this Issue. Can you please assign me this Issue? It's my college Assignment to work on the project on GitHub.
Let me know if the changes are supposed to be done in these files and I just need to change the i32 field to u32.
The Color::get_color(i32) function should use a u32 because inputs such as 0xf44850ff which should give a color (r 0xf4, g 0x48, b 0x50, and a 0xff) are out of range of an i32, but would be suited by u32.