SingleColor

constructor(@ColorInt colorInt: Int? = null, @ColorRes colorRes: Int? = null, colorHex: String? = null)

Parameters

colorInt

Value of color as Int.

colorRes

Res of color value.

colorHex

Color value as Hex-String.