microsoft / PowerToys

Windows system utilities to maximize productivity
MIT License
109.2k stars 6.44k forks source link

ColorPicker enhancement #14881

Closed SigmaStar closed 2 years ago

SigmaStar commented 2 years ago

Description of the new feature / enhancement

There are two types of color formats: 1.hex/oct something rgb(0x7f,0xff,0xff) 2.percent something hsb(50%,75%,50%)

So, what about just ask users to write their format? For example: I want a color output which looks like RGB(%R,%G,%B), so color picker just put rgb hex in %R %G %B placeholder.

Scenario when this would be used?

For example: MFC Color reference not in support list and so on. You can't add all formats of color, otherwise the list would be very long.

Supporting information

Nothing.

niels9001 commented 2 years ago

@SigmaStar I think what you are asking for is tracked here: #8305 - do you agree :)?

SigmaStar commented 2 years ago

Exactly, but it can be more simple. Just with some placeholder can satisify most use case.

---Original--- From: "Niels @.> Date: Tue, Dec 7, 2021 20:29 PM To: @.>; Cc: @.**@.>; Subject: Re: [microsoft/PowerToys] ColorPicker enhancement (Issue #14881)

@SigmaStar I think what you are asking for is tracked here: #8305 - do you agree :)?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

franky920920 commented 2 years ago

Tagging as a dup of #8305, you can add your suggestions here. :D

crutkas commented 2 years ago

Same engine would power from simple to complex, chances are we'd start simple but #8305 is the tracker item

Jay-o-Way commented 2 years ago

I'm no graphics designer/expert, but I think the (type of) values and ranges are (or should be) pretty connected to the format. Five MS Color Pickers - comparison Here are five different Microsoft color pickers. Note how they can't even standardize on HSL ranges? Image 2 has range 0-255 and image 3 has range 0-240. Don't take it the wrong way, but this request would only create more different notations...

P.S. I've never seen something like rgb(0x7f,0xff,0xff) - rgb mixed with hex. But again, I'm no designer here.

SigmaStar commented 2 years ago

I'm no graphics designer/expert, but I think the (type of) values and ranges are (or should be) pretty connected to the format. Five MS Color Pickers - comparison Here are five different Microsoft color pickers. Note how they can't even standardize on HSL ranges? Image 2 has range 0-255 and image 3 has range 0-240. Don't take it the wrong way, but this request would only create more different notations...

P.S. I've never seen something like rgb(0x7f,0xff,0xff) - rgb mixed with hex. But again, I'm no designer here.

Ahhh, no, It's not the same thing. Color Picker is something when you need to know the actual color vector of a pixel from a picture and copy that as your work. It's not a tool that show you all possible colors and provide you a way to choose.

Jay-o-Way commented 2 years ago

I know. I was talking about the formats/values. If even Microsoft can't choose a standard for one format (here HSL) then...🤷🏻‍♂️