[Libreoffice-bugs] [Bug 138129] New: Add color picker to starmath

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Nov 11 10:19:37 UTC 2020


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

            Bug ID: 138129
           Summary: Add color picker to starmath
           Product: LibreOffice
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: medium
         Component: UI
          Assignee: libreoffice-bugs at lists.freedesktop.org
          Reporter: dante19031999 at gmail.com

TODO:
  - Add a color picker.
  - If it is a color with name:
    - It will add in the code "color " +
starmathdatabase::Identify_Color_DVIPSNAMES( colorvalue ).pIdent +" "
  - If not:
    - It will add in the code "color " +
starmathdatabase::Identify_Color_DVIPSNAMES( colorvalue ).pIdent +" "+
colorvalue.getRed() +" "+ colorvalue.getGreen() +" "+ colorvalue.getBlue() +" "
    - Note that those will habe eType with value TRGB or TRGBA.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20201111/71d4ce23/attachment-0001.htm>


More information about the Libreoffice-bugs mailing list