applyHexBackground

fun applyHexBackground(view: View, @ColorInt color: Int, inset: Float)

Modifies the passed View's LayoutParams to cause a HexDrawable background to be added or updated during layout.

See removeHexBackground.