Bump CLOCK_VIBRANT min chroma to 70

Bug: 278283919
Test: Checked Device chroma
Change-Id: Ieb36e5beaad643b63f14a0f336ecde3eb4507097
This commit is contained in:
Hawkwood Glazier
2023-04-15 15:02:53 +00:00
parent d64e78ab34
commit 5c69854073

View File

@@ -316,9 +316,9 @@ enum class Style(internal val coreSpec: CoreSpec) {
),
CLOCK_VIBRANT(
CoreSpec(
a1 = TonalSpec(HueSource(), ChromaBound(ChromaSource(), 30.0, Chroma.MAX_VALUE)),
a2 = TonalSpec(HueAdd(20.0), ChromaBound(ChromaSource(), 30.0, Chroma.MAX_VALUE)),
a3 = TonalSpec(HueAdd(60.0), ChromaBound(ChromaSource(), 30.0, Chroma.MAX_VALUE)),
a1 = TonalSpec(HueSource(), ChromaBound(ChromaSource(), 70.0, Chroma.MAX_VALUE)),
a2 = TonalSpec(HueAdd(20.0), ChromaBound(ChromaSource(), 70.0, Chroma.MAX_VALUE)),
a3 = TonalSpec(HueAdd(60.0), ChromaBound(ChromaSource(), 70.0, Chroma.MAX_VALUE)),
// Not Used
n1 = TonalSpec(HueSource(), ChromaConstant(0.0)),