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

HSV is being saved with different formats in different places #122

Closed PaigeRiola closed 4 years ago

PaigeRiola commented 4 years ago

Would normally save as (int, 0.00 formatted decimal, 0.00 formatted decimal), but saves as (int, int, int) from (likely) the edit color activity, and possibly other activities.

PaigeRiola commented 4 years ago

I won't label this as essential, but it would be nice to fix this or at least figure out where the issue is coming from specifically

PaigeRiola commented 4 years ago

along with this, the hex info for harmonies was being written in lower case compared to uppercase like the rest of the app. already fixed.

PaigeRiola commented 4 years ago

HSV data is displayed properly regardless of this format difference