Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5c698540 authored by Hawkwood Glazier's avatar Hawkwood Glazier
Browse files

Bump CLOCK_VIBRANT min chroma to 70

Bug: 278283919
Test: Checked Device chroma
Change-Id: Ieb36e5beaad643b63f14a0f336ecde3eb4507097
parent d64e78ab
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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)),