Something like: ```kotlin fun ViewBinding.getColor(@ColorRes resId: Int): Int = root.getColor(resId) ```