[Libreoffice-ux-advise] [Bug 80196] standardize color palette using mathematically generated colors

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Sep 28 12:50:46 UTC 2016


https://bugs.documentfoundation.org/show_bug.cgi?id=80196

--- Comment #33 from Francisco <franciscoadriansanchez at gmail.com> ---
(In reply to Heiko Tietze from comment #32)
Hi all,

> So my suggestion is:
> * remove cmyk, gallery, html, palette, web
> * add this "tonal" palette here, when the names are improved 
> (design only easyhack), but also add Breeze colors 
> (https://community.kde.org/KDE_Visual_Design_Group/HIG/Color)

I actually erased those palettes from my config folder. The point that they
have no "natural" name isn't the only problem but they are also cluttered.

Furthermore, I like the smaller color palettes but I found a fault on them:
colors look unsorted. Thus, from my user perspective I'd recommend to order in
columns (or rows) the colors any palette. For example, in this "tonal.soc",
there are some white spaces in order to maintain some consistency with the
tones. Any other color palette should 

> When I stated 'unnamed' the text is "10-255-76" or "100%24%4%" or
> "255,44,76". The X11 colors are nice, thanks for the reference.

As Heiko already knows, I recently coded an app in Fortran 90 that generates a
color palette based on 12 RGB base colors. One could use, for example, the
branding LibO colors, or Tango or Breeze, to generate a palette. 

The way it does it's maybe suboptimal (Tomaž sugested to use HSL instead RGB
coordinates) but it works. Of course, more work could be putted on it.

For the ones interested, the code is in 
https://drive.google.com/open?id=0B4KD0YqmpaatRGVlVngyRFgwZ0U

and an example screenshot is in:
https://wiki.documentfoundation.org/File:Paleta_generada.png

Sadly, mi app doesn't name colors other than its position on the matrix
(Emphasis 1, 2, etc.). But I've been thinking on how automatically name picked
colors. 
Maybe my head is quite a block, but It's simpler for me to think about RBG
coordinates, which are in a cubic space. Thus, one could assign dummy names for
specific spaces in the RGB cube. Thus, the name of a picked color inside the
space R < 10, G < 10, B < 100 could be something like "Dark blue". Nothing
special, of course! And all the space RGB should be covered. But as a result
all colors would have a _nicer_ name.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Libreoffice-ux-advise mailing list