Swatch Scheme的默认亮度参数改为0-1之间的值。
This commit is contained in:
		| @@ -17,8 +17,8 @@ impl Default for SwatchSchemeSetting { | ||||
|     fn default() -> Self { | ||||
|         Self { | ||||
|             amount: 10, | ||||
|             min_lightness: 10.0, | ||||
|             max_lightness: 90.0, | ||||
|             min_lightness: 0.1, | ||||
|             max_lightness: 0.9, | ||||
|             include_primary: false, | ||||
|             dark_convert: ColorShifting { | ||||
|                 chroma: -0.3, | ||||
|   | ||||
										
											Binary file not shown.
										
									
								
							
		Reference in New Issue
	
	Block a user