JuliaAttic / Color.jl

Basic color manipulation utilities.
Other
47 stars 21 forks source link

Adding a show method for FloatingPoint color types #93

Closed kitizz closed 3 years ago

kitizz commented 9 years ago

For RGB,XYZ,RGBA{FloatingPoint} types, the show function will now print the values in a more compact form. This was motivated by the fact that ImageView.jl's way of showing the color value in the window caused overflowing text without this change.

timholy commented 9 years ago

Can you copy/paste a comment here showing what the new display looks like?