Как установить setBackgroundColor, если у меня есть Color(Long) или как получить шестнадцатеричное значение из Color?
enum class ColorRes(val color: Color, val resource: Int)
.setBackgroundColor(colorRes.getColor()). ??
Подробнее здесь: https://stackoverflow.com/questions/785 ... not-as-int