Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: Show current color when using color sampler #16

Open
danieldiekmeier opened this issue Oct 2, 2021 · 4 comments
Open

Suggestion: Show current color when using color sampler #16

danieldiekmeier opened this issue Oct 2, 2021 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@danieldiekmeier
Copy link

I switched from Sip to System Color Picker a few months ago, and I'm very thankful for the great app you built – Thanks!

One thing I'm always missing from Sip, though, is the possibility to see the current color inside the color sampler. It looks like this:

image

I find this very helpful when I have to pick the color of text, where I'm searching for the darkest color with the color picker, so I don't accidentally select a weaker color of font smoothing. Is there any chance System Color Picker may support this too? Thanks for your consideration.

@sindresorhus
Copy link
Owner

Currently, this app uses the built-in color sampler which does not have this functionality. To achieve this, I would have to build a completely custom color sampler (which is quite a lot of work) and it would also require "Screen Recording" privacy access in System Preferences.

So, yes, it's something I want, but it's also not something I plan to work on anytime soon.

@sindresorhus sindresorhus added enhancement New feature or request help wanted Extra attention is needed labels Oct 2, 2021
@sindresorhus
Copy link
Owner

Tip: You can press Space while sampling a color to show the RGB color values in the picker. It's not configurable though.

@W1W1-M
Copy link

W1W1-M commented Aug 17, 2022

The Swift package DSFColorSampler might be a start in improving the color sampler. It doesn't seem to improve the color information inside the sampler but it does have support for zoom with mouse scroll.
What do you think @sindresorhus ?

@sindresorhus
Copy link
Owner

@W1W1-M I'm aware of that package, but it doesn't do everything I will need to do, so it's easier to make something from scratch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants