Home
last modified time | relevance | path

Searched defs:toColorInt (Results 1 – 1 of 1) sorted by relevance

/core/core-ktx/src/main/java/androidx/core/graphics/
DColor.kt301 public inline fun @receiver:ColorLong Long.toColorInt(): Int = Color.toArgb(this) method
404 @ColorInt public inline fun String.toColorInt(): Int = Color.parseColor(this) method