about summary refs log tree commit diff
path: root/src
AgeCommit message (Collapse)AuthorLines
2021-09-28cleanup, update dependenciesDevon Sawatsky-3/+4
2021-05-22now comparing in hsvgennyble-114/+174
2021-03-16Refactor color frequency sortgennyble-27/+1
Rust is beautiful! Ordering::then is beautiful!
2021-03-16Fix colors being non-deterministicgennyble-7/+29
2021-03-15Improved algorithm by adjusting tolerancegennyble-10/+46
2021-03-15Initial commitgennyble-0/+90
Algorithm works, roughly