Swatch Scheme的默认亮度参数改为0-1之间的值。

This commit is contained in:
徐涛 2025-02-07 17:25:21 +08:00
parent d68ac6a3df
commit b8018e323d
2 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ impl Default for SwatchSchemeSetting {
fn default() -> Self { fn default() -> Self {
Self { Self {
amount: 10, amount: 10,
min_lightness: 10.0, min_lightness: 0.1,
max_lightness: 90.0, max_lightness: 0.9,
include_primary: false, include_primary: false,
dark_convert: ColorShifting { dark_convert: ColorShifting {
chroma: -0.3, chroma: -0.3,