Fbada006 / ArtMaker

ArtMaker is a flexible and customisable library that allows users to draw anything they want on screen and has been built fully with Jetpack Compose.
75 stars 3 forks source link

Custom color creator #88

Closed Fbada006 closed 2 months ago

Fbada006 commented 2 months ago

This PR adds a custom color creator UI and then saves the 5 most recent colours that have been created as shown in the screenshot.

closes #66

Screenshot 2024-09-17 at 21 22 30
CalebKL commented 2 months ago

@Fbada006 apart from the comments,I have noticed a bug:
When I choose a color thats already on the default colors, (lets say RED) for example, the Recent colors doesn't update the RED I have chosen.
Also whenI choose another color from the picker(Choose any random color), the color chosen will be on the recent, but when I select the RED color again as a second pick, the recent color remains one instead of two(the red color).