v1cont / yad

Yet Another Dialog
GNU General Public License v3.0
657 stars 58 forks source link

yad --color missing eyedropper/color picker #164

Closed bdantas closed 2 years ago

bdantas commented 2 years ago

yad --color used to bring up a color selection box that included an eyedropper/color picker. (I'm talking about the tool that allows the user to click on a pixel somewhere on the screen, then the color dialog displays the color code for that pixel.) Without the eyedropper, the color selection box is not as useful (to me it is useless, actually). Would it be possible to bring back the eyedropper?

v1cont commented 2 years ago

added in ffd6979

bdantas commented 2 years ago

Thank you for adding this feature back in!

bdantas commented 2 years ago

I compiled yad version 12 but still don't see the eyedropper when I run "yad --color". Am I missing something? screenshot1_small

v1cont commented 2 years ago

yad --color --picker. this option adds picker button at the bottom of a dialog

v1cont commented 2 years ago

and also you can try yad-tools --color --pick

bdantas commented 2 years ago

Yes, it works exactly as advertised. Thank you and sorry for the noise.