Color picker feedback

Hey, I would like to have your feedback about this color picker that i made recently for challenge and fun.
I used UI gradients and some math to figure out the color.
It’s responsive with any window size or setting too!

GIF: https://gyazo.com/53244dbbef4bd017ae161f879f8d913f

6 Likes

Looks neat! Really accurate to an actual one, keep up the good work!

3 Likes

This looks good. Although from what I’m seeing you can’t choose white or any grays :thinking: or maybe I’m missing something lol

2 Likes

You can choose any color.
The main box is for HV (Hue and Value), and the slider is for S (Saturation).
And i compose the HSV values together using Color3.fromHSV(H, S, V) :smiley:

1 Like

Very nice work :+1:
I wouldn’t know how to do this.

1 Like

I may do a tutorial on it soon in my channel Codes Otaku. if people are interested!

3 Likes

I’m interested I will look that

1 Like