colorWithAlpha

fun View.colorWithAlpha(@ColorRes res: Int, @IntRange(from = 0, to = 100) alphaPercent: Int): Int

Deprecated

Use new [colorWithOpacity] extension

Replace with

colorWithOpacity(res, alphaPercent)

Get color from resources with alpha