lucasb-eyer / go-colorful

A library for playing with colors in go (golang).
MIT License
1.14k stars 57 forks source link

Simplify Go code #37

Closed muesli closed 4 years ago

muesli commented 5 years ago

h /= x instead of h = h / x.