On Tue, 6 Apr 2021 12:15:20 GMT, Dmitry Bessonov <dbess...@openjdk.org> wrote:

>> any comments on the spec wording?
>
> Does 'derived' in javax.swing domain mean the color would be different, or 
> 'equal color' also qualifies as 'derived' javax.swing?

In this context and BevelBorder context, 'derived' is used for brighter/darker 
version of the same color and as per Color.brighter method 
https://github.com/openjdk/jdk/blob/master/src/java.desktop/share/classes/java/awt/Color.java#L636
it can return the same color on case-to-case basis.

-------------

PR: https://git.openjdk.java.net/jdk/pull/3305

Reply via email to