Jak zmienić kolor zasobów na kolor INT w Android

val color = ContextCompat.getColor(
  closestView.context,
  R.color.name.color
)
Stockholm