MicrosoftEdge / DevTools

Feedback and discussions about Microsoft Edge Developer Tools
MIT License
154 stars 50 forks source link

Color picker #42

Open noobtiger opened 2 years ago

noobtiger commented 2 years ago

Color picker is fairly common use case in my web development, and I often have to open online image color picker to retrieve a color from web page or canvas element. In DevTools, Color picker functionality is available in color, background-color swatches in Elements > styles pane. image

I believe adding a color picker that is easily accessible in top level UI in DevTools will be useful to developer's workflow. I added a command in a prototype, gif below. It can be added as a button in other places as well. colorpicker

captainbrosset commented 2 years ago

Great idea. I can see how this would be useful. Having something at the browser-level could be great too. I experimented with this some time ago with this browser extension btw: https://chrome.google.com/webstore/detail/eye-dropper/fjnpfdnpkpdccebgadceaieifiiblabh (source code).

Renfrew100 commented 1 year ago

I agree this is an amazing idea