Swatch Scheme的默认亮度参数改为0-1之间的值。
This commit is contained in:
parent
d68ac6a3df
commit
b8018e323d
|
@ -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,
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user