ColorFunctions: added lighten(), darken(), saturate(), desaturate() and spin()

This commit is contained in:
Karl Tauber
2021-10-04 22:56:10 +02:00
parent 6815109e15
commit 78aa4343b7
3 changed files with 114 additions and 0 deletions

View File

@@ -16,6 +16,9 @@ FlatLaf Change Log
- ToolBar: Toolbars are no longer floatable by default (dots on left side of
toolbar that allows dragging toolbar). Use `UIManager.put(
"ToolBar.floatable", true )` if you want the old behavior.
- Added more color functions to class `ColorFunctions` for easy use in
applications: `lighten()`, `darken()`, `saturate()`, `desaturate()`, `spin()`,
`tint()`, `shade()` and `luma()`.
#### Fixed bugs