scribble-rs / ScribblersPad

Scribble.rs Pad is a third party Scribble.rs client that is being developed in the Unity Game Engine.
MIT License
2 stars 0 forks source link

Colorwheel too technical #4

Closed Bios-Marcel closed 3 years ago

Bios-Marcel commented 3 years ago

A user will not understand that a lightness value of 0 means black, no matter which hue they chose. This needs to be simpler, but yet powerful.

Alternatively we could fall back to having predefined colors, like on the webclient and only offer the color chooser as a "pro way" of doing it.

BigETI commented 3 years ago

What if the game prompts an easy color picker like we have on the web client, but then there is another button that opens a HSV color picker?

Bios-Marcel commented 3 years ago

Fine by me. Like the boxes on the webpage but in a "dialog", where the colorpicker is now.

BigETI commented 3 years ago

Another idea would be to have a layout like this: image

Bios-Marcel commented 3 years ago

thats better

BigETI commented 3 years ago

It looks like this right now: image

Bios-Marcel commented 3 years ago

Fancy. I showed this to someone and they weren't sure how to confirm their selection. And I think the HSL thing is still confusing if it defaults to 0 brightness :thinking:

BigETI commented 3 years ago

I wonder if this is good enough for a color picker:

image

Bios-Marcel commented 3 years ago

I like it. However, I am planning on adding more colors, so the layout might change. But this is a minor detail. So far, it's good I think.