manosim / ui-color

Converting HEX & RGB colors to UIColor for both Objective C & Swift.
https://www.uicolor.io/
MIT License
225 stars 39 forks source link

2 significant figures doesn't seem adequate #30

Open mxcl opened 6 years ago

mxcl commented 6 years ago

#010101 encodes to UIColor(red: 0.00, blue: 0.00, green: 0.00), which proves precision is lost.

Assuming Apple uses 32 bit color underneath it all, we've thus lost information.