colorHex2Int

fun colorHex2Int(colorHex: String, default: String = "#00000000"): Int

Parse the color string, and return the corresponding color-int.

Return

The color-int of the colorHex , default otherwise.

Since

1.5.1

See also

Throws