toggle menu
Android-Vast-Extension
androidJvm
switch theme
search in API
tools
/
com.ave.vastgui.tools.utils
/
ColorUtils
/
colorInt2Hex
color
Int2Hex
@
JvmStatic
fun
colorInt2Hex
(
@
ColorInt
colorInt
:
Int
,
@
ColorInt
default
:
Int
=
Color.TRANSPARENT
)
:
String
Converting color-int to string.
Return
color string like
#3FE2C5
.
Since
1.5.1
Parameters
color
Int
color-int.
Throws
Illegal
Argument
Exception