mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-14 07:47:12 -06:00
UIDefaultsDump: dump color functions
This commit is contained in:
@@ -40,4 +40,8 @@ public class DerivedColor
|
||||
public Color derive( Color baseColor ) {
|
||||
return ColorFunctions.applyFunctions( baseColor, functions );
|
||||
}
|
||||
|
||||
public ColorFunction[] getFunctions() {
|
||||
return functions;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user