toHexColor

@JvmName(name = "convertToHexColor")
fun Int.toHexColor(): String

Convert integer color to hex string.

Receiver

the current color.

Return

String