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

--- Comment #6 from V Stuart Foote <vstuart.fo...@utsa.edu> ---
(In reply to V Stuart Foote from comment #5)

> >  - Add support for #RGB colors.
> 
> These of course are still RGB colors, but they are a short hand representing
> a double Hex value 0-F. That is, #123 would be shorthand for #112233, or
> #0F0 would be #00FF00, etc.
> 

And, seems the current 7.0 "rgb" implementation is not the doubled HEX, but is
instead the decimal representation of the Hex value 0-255--I was wondering
about that. Seems more useful than the doubled shorthand of the MathML
standard.

For "rgb" is color rgb 255 0 0
Green is color rgb 0 255 0
Blue is color 0 0 255

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

Reply via email to