https://bz.apache.org/bugzilla/show_bug.cgi?id=60898

Greg Woolsey <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #7 from Greg Woolsey <[email protected]> ---
Fixed in r1796359.

Thanks for the unit test!

Everything creating XSSFColor instances that subsequently may be used to
generate an RGB value now have the opportunity to pass any document custom
index mappings.

The result should be proper color mappings without the need for extra code for
the consumer, unless the application uses custom built XSSFColor instances
directly.

StylesTable now has a method to return the current document index color
mapping, getIndexedColors(), which defaults to the built-in values but knows
about custom document colors if they are defined.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to