Team-Harmony-Dev / LiveColor

LiveColor is an Android app project that aims to provide a clean and practical color-picking experience for on the go. This app stems from a quarter-long project for the CSE115a software design class at UCSC.
https://team-harmony-dev.github.io/LiveColor_Website/
Other
1 stars 1 forks source link

Harmony palette fixes #56

Closed DustinSeltz closed 4 years ago

DustinSeltz commented 4 years ago

Added code to support not generating redundant colors, primarily for black and white. #35 Added the color's complement to a palette. Fixed minor errors, added documentation. Loads color names asyncronously to avoid freezing up the app. #55

Known bugs: Quickly opening a palette will result in the names not being loaded. Not a big deal, they can still see the name by going to color info. HSV has some rounding errors. The user might notice that their color's hex in the color info window and on the harmony page is different. Annoying, not sure how to fix. #23