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

--- Comment #1 from Aleksander Machniak <[email protected]> ---
I guess this is java color specification. I found how to convert it to hex in
javascript:

color = ((color)>>>0).toString(16).slice(-6);
color = '#' + ("000000").substring(0, 6 - color.length) + color;

I'm not 100% sure this is correct.

Still, this is javascript API, so maybe you could use color in appropriate
format.
Still, the color is different than the td.usercolor (which is black).

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to