Home
last modified time | relevance | path

Searched refs:shades (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/monet/src/com/android/systemui/monet/
H A DShades.java55 int[] shades = new int[12]; in of() local
58 shades[0] = ColorUtils.CAMToColor(hue, Math.min(40f, chroma), 99); in of()
59 shades[1] = ColorUtils.CAMToColor(hue, Math.min(40f, chroma), 95); in of()
62 shades[i] = ColorUtils.CAMToColor(hue, chroma, lStar); in of()
64 return shades; in of()
H A DColorScheme.kt212 fun shades(sourceColor: Cam): List<Int> { regex
336 val allShades: List<Int> = spec.shades(seedCam)