Closed jfairbank closed 9 years ago
'red'.paint.to_hsl_s #=> hsl(0, 100%, 50%) Chroma::Color.new('red'.paint.to_hsl) #=> hsl(0, 1%, 1%)
This applies to Hsv too.
Fixed by ce3cc3f.