PistonDevelopers / graphics

A library for 2D graphics, written in Rust, that works with multiple back-ends
MIT License
479 stars 55 forks source link

Added some documentation for the range of values in the color type #1092

Closed sunjay closed 7 years ago

sunjay commented 7 years ago

I thought the values were between 0.0 and 255.0 which is pretty standard. That assumption really messed me up so I added documentation that will help future people not make my mistakes. :smile:

bvssvni commented 7 years ago

Thanks!