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

Commit 0d477056 authored by Hawkwood Glazier's avatar Hawkwood Glazier Committed by Android (Google) Code Review
Browse files

Merge "Bump CLOCK_VIBRANT min chroma to 70" into udc-dev

parents 952b462c 5c698540
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)),