Color::get_color(i32) should use u32
Omnislayer77 opened this issue · 2 comments
Omnislayer77 commented
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.
DhwanishShah commented
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.
DhwanishShah commented