System-Color-Picker icon indicating copy to clipboard operation
System-Color-Picker copied to clipboard

Richer color picker experience

Open fabiospampinato opened this issue 4 years ago • 4 comments
trafficstars

I've just moved away from using ColorSnapper2, and I think this app should implement some of the extra features that ColorSnapper2 provides for its color picker, as they improve the user experience significantly.

Features

  1. Being able to resize the loupe with the scroll wheel. This is pretty useful as the current size of the loupe feels very small to me, it feels a bit disorienting, as if I can't see enough of the surrounding to orientate myself easily, I'd like to make it bigger.
  2. Current color tooltip. I like this a lot because it allows the color picker to be used for more things, for example I can check if something is pure black or if two things are of the same color super quickly, currently doing the same with this app involves opening the window, which just breaks the workflow for me.
  3. Close-up mode. When pressing ctrl on ColorSnapper2 the loupe sort of zooms in into the screen, showing a bigger loupe, much bigger pixels, a pixels grid and importantly also the loupe moves more slowly. Those are pretty useful features IMO as picking a precise pixel currently with the app is not a smooth as it should be, it's just too easy to move the cursor accidentally to a neighbor pixel and I find that I physically get closer to the screen just to have a better view of the pixels.

Demo

https://user-images.githubusercontent.com/1812093/141295302-d8fcfd2c-ad11-4d8b-9d1d-ef9434d821f7.mov

fabiospampinato avatar Nov 11 '21 12:11 fabiospampinato

Yup, all of these are good suggestions and already planned. However, it requires making the color loupe from scratch, which is quite a lot of work.

Related issue: https://github.com/sindresorhus/System-Color-Picker/issues/16

Note to self: Should be possible to use the arrow keys to move the color loupe via keyboard arrows 1px at a time. Also, shift key + arrow to move in increments of 10px.

sindresorhus avatar Nov 11 '21 12:11 sindresorhus

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

sindresorhus avatar Dec 16 '21 22:12 sindresorhus

Nice! That improves the tool a lot for me.

fabiospampinato avatar Dec 17 '21 00:12 fabiospampinato

Another vote for the close-up mode. This feature is vital for those who use a graphic tablet like me.

The reason is that a click with a tablet is most of the time a short stroke, which means that with a tablet it's really difficult to "pick a pixel," so to say. So the ability to slow down the mouse cursor is indispensable.

homatyano avatar Dec 05 '23 17:12 homatyano