
On Tue, 2014-04-08 at 11:14 +0200, Tavmjong Bah wrote:
I would like to eventually have the ability to both read and write hsl() as well as named colors. My plan is/was to keep track of what was read in from CSS and store the format so style="fill:red" does not get turned into style="fill:#ff0000" (of course, the computed value would be in rgb). If one sets the fill using the HSL dialog it would be saved as hsl(). At export one could choose to convert all to #rrggbb form.
There was an idea expressed at LGM to modify hsl or rgb values by just their component. This has no effect for a single selected object, but for multiple objects of different colour, selecting a different luminosity would change just that part of the colour etc.
I'm not sure how complex the idea would be to implement. But this message just reminded me to communicate it.
Martin,