Searched refs:shades (Results 1 – 2 of 2) sorted by relevance
55 int[] shades = new int[12]; in of() local58 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()
212 fun shades(sourceColor: Cam): List<Int> { regex336 val allShades: List<Int> = spec.shades(seedCam)