Not all String to Color conversion are using GraphicsUtilities
--------------------------------------------------------------
Key: PIVOT-269
URL: https://issues.apache.org/jira/browse/PIVOT-269
Project: Pivot
Issue Type: Bug
Components: wtk
Affects Versions: 1.3
Reporter: Todd Volkert
Assignee: Todd Volkert
Priority: Minor
Fix For: 1.3.1
There are still some places in the codebase where we're using Color.decode()
instead of GraphicsUtilities.decodeColor() or GraphicsUtilities.decodePaint().
We should switch over to these newer APIs to gain the benefit of string
encoding of alpha channel colors and gradient paints.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.