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 to RGB has some minor rounding. #23

Open DustinSeltz opened 4 years ago

DustinSeltz commented 4 years ago

(**) HSV to RGB has some minor rounding. This is most noticeable while editing a color and switching between RGB and HSV modes. Location: ColorEditAcitvity Possible action for removal: Instead of getting color values from the seekbars pass actual values and only round for the seekbars.

DustinSeltz commented 4 years ago

Also occurs in harmony palettes. ef3324 becomes ed3326.