Home
last modified time | relevance | path

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

/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DElevationOverlay.kt71 val foregroundColor = calculateForegroundColor(color, elevation) in apply()
86 private fun calculateForegroundColor(backgroundColor: Color, elevation: Dp): Color { in calculateForegroundColor() method