📚 A very simple color matching algorithm that works
This repository has been archived on 2024-08-23. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2018-06-08 15:52:49 +05:00
.gitignore 🔧 Updated .gitignore 2017-10-26 12:09:09 +05:00
analyze.go Prune duplicated elements in Analyze method 2017-12-06 20:22:39 +05:00
doc.go 🚚 Repo moved to GitLab 2018-06-08 15:52:49 +05:00
filter.go 👌 Updated code for reviewing 2017-12-06 17:20:20 +05:00
find.go 👌 Updated code for reviewing 2017-12-06 17:20:20 +05:00
get_lightness.go Return lightness in percents 2017-12-06 19:52:21 +05:00
is_alpha.go 🎨 Removed number conversion in isAlpha checker 2017-12-06 20:10:21 +05:00
is_black.go 👌 Updated code for reviewing 2017-12-06 17:20:20 +05:00
is_white.go 👌 Updated code for reviewing 2017-12-06 17:20:20 +05:00
LICENSE 🚚 Repo moved to GitLab 2018-06-08 15:52:49 +05:00
open.go 👌 Updated code for reviewing 2017-12-06 17:20:20 +05:00
PATRONS.md 👥 Updated PATRONS.md 2017-12-04 19:39:26 +05:00
prune.go 💬 Important note about order elements after Sort 2017-12-06 20:22:09 +05:00
README.md 🚚 Repo moved to GitLab 2018-06-08 15:52:49 +05:00
safedns.jpeg 🚚 Renamed @SafeDNS logo 2017-12-06 20:26:54 +05:00
sort.go Sorting current Colors array by light or dark theme 2017-12-06 20:17:41 +05:00
types.go 👌 Updated code for reviewing 2017-12-06 17:20:20 +05:00
yac_test.go Fixed analyze test 2017-12-06 20:27:29 +05:00