Searched defs:toColorInt (Results 1 – 1 of 1) sorted by relevance
301 public inline fun @receiver:ColorLong Long.toColorInt(): Int = Color.toArgb(this) method404 @ColorInt public inline fun String.toColorInt(): Int = Color.parseColor(this) method