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.
(**) 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.
(**) 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.