Updated formatting
This commit is contained in:
parent
afc4092824
commit
9c8f71be07
25 changed files with 25 additions and 25 deletions
2
HSL.go
2
HSL.go
|
@ -26,4 +26,4 @@ func HSL(hue Value, saturation Value, lightness Value) Color {
|
|||
|
||||
m := lightness - c/2
|
||||
return RGB(r+m, g+m, b+m)
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue