Searched refs:removeAlpha (Results 1 – 1 of 1) sorted by relevance
144 backgroundColor = result.backgroundColor.removeAlpha(), in <lambda>()149 @ColorInt private fun Int.removeAlpha(): Int = ColorUtils.setAlphaComponent(this, 0xff) in <lambda>() method