Evolver: Monet engine: Do not allow luminance factor greater than 130%

* on our test anything greater than 130% results to system neutral colors becoming white
This commit is contained in:
minaripenguin
2025-01-31 01:42:22 +09:00
committed by Joey Huab
parent f1eb0dc9f9
commit 646fd87edc

View File

@@ -57,7 +57,7 @@
android:title="@string/monet_engine_luminance_factor_title"
android:summary="@string/monet_engine_luminance_factor_summary"
android:defaultValue="0"
android:max="100"
android:max="30"
settings:min="-95"
settings:interval="5"
settings:units="%"