logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: 337e844ee2de8a35be172b2038933571cd15ebfd
parent 7c6706c8be8e5935c76f41fb56d30cf8c9e9e442
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat,  9 May 2020 02:05:38 +0200

decreases of usability: ColorChooser haz hexcode

Diffstat:

Mdecreases of usability.shtml2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/decreases of usability.shtml b/decreases of usability.shtml @@ -24,7 +24,7 @@ <p>GTK 3 came with the deprecation of the GtkColorSelection, which looks like basically any other colorpicker, you have a colorwheel, a way to tweak your color, optionnally a palette, a picker to grab a color from elsewhere, say your design guidelines and you have an entry where you can put a name or a <abbr title="Red Green Blue">RBG</abbr> hexcode.</p> <img src="/images/GtkColorSelection.png" /> <img src="/images/GtkColorSelection_palette.png" /> <p>And next you have this bullshit, which is a huge usability failure. You are greated with a palette, now I don't know about everyone but how I do is usually pick a color close enough and adjust it with the color wheel. A bit like painting, you pick some pre-made color and you adjust it. Of course you still have the color wheel by pressing the Plus(+) button at the bottom but no way to go back.<br /> - And let me address the BEAR (gnome2 icon to me is a bear and that got stuck) in the room: Where is the fucking colorpicker? Where is the HTML hexcode? I need this shit basically all the time, heck I made a Gtk2 application back in 2012 that I used for years mainly for the colorpicker and getting or putting hexcodes.</p> + And let me address the <em>bear</em> (gnome2 icon to me is a bear and that got stuck) in the room: Where is the fucking colorpicker? Why is the color name entry stashed away? I need this shit basically all the time, heck I made a Gtk2 application back in 2012 that I used for years mainly for the colorpicker and getting or putting hexcodes.</p> <img src="/images/GtkColorChooser.png" /> <img src="images/GtkColorChooser_custom.png"> </main> <!--#include file="/templates/en/footer.html" -->