Skip to content

Commit

Permalink
add: sort cpc plus palette
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerome Le Saux committed Apr 23, 2024
1 parent 8fcf9b4 commit 24af700
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ func NewCpcPlusPalette() color.Palette {
}
}
}
plusPalette = SortColorsByDistance(plusPalette)
return plusPalette
}

Expand Down

0 comments on commit 24af700

Please sign in to comment.