Searched refs:paletteName (Results 1 – 2 of 2) sorted by relevance
68 private fun commentWhite(paletteName: String): String { in commentWhite()69 return "Lightest shade of the $paletteName color used by the system. White. $commentOverlay" in commentWhite()72 private fun commentBlack(paletteName: String): String { in commentBlack()73 return "Darkest shade of the $paletteName color used by the system. Black. $commentOverlay" in commentBlack()76 private fun commentShade(paletteName: String, tone: Int): String { in commentShade()77 return "Shade of the $paletteName system color at $tone% perceptual luminance (L* in L*a*b* " + in commentShade()151 val (paletteName, readable, palette) = it in generateDefaultValues() constant
344 private static String humanReadable(String paletteName, List<Integer> colors) { in humanReadable() argument345 return paletteName + "\n" in humanReadable()