mateuszmigas / painting-droid

AI-powered cross-platform painting app inspired by the legendary MS Paint.
https://www.paintingdroid.com
GNU General Public License v3.0
93 stars 2 forks source link

Color picker blocked #111

Open mateuszmigas opened 1 week ago

mateuszmigas commented 1 week ago

Describe the bug When saturation is full black changing hue is not working.

To Reproduce Steps to reproduce the behavior:

  1. Open color picker
  2. Change saturation to 100% (black)
  3. Try to change hue

Expected behavior It should still allow to change hue regardless of saturation.

Screenshots CleanShot 2024-06-22 at 12 03 19@2x

Platform (please complete the following information):

Additional context N/A

mateuszmigas commented 1 week ago

This will require the way we store color data to from rgb to hsv or hsl.