We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f96120 commit e17b123Copy full SHA for e17b123
1 file changed
color/hsl.go
@@ -1,8 +1,6 @@
1
package color
2
3
-import (
4
- "math"
5
-)
+import "math"
6
7
// HSL describes a color in Hue Saturation Lightness space. All values are in range [0,1].
8
type HSL struct {
0 commit comments