toggle menu
Android-Vast-Extension
androidJvm
switch theme
search in API
tools
/
com.ave.vastgui.tools.utils
/
ColorUtils
/
colorInt2ARGB
color
Int2ARGB
@
JvmStatic
fun
colorInt2ARGB
(
@
ColorInt
colorInt
:
Int
,
@
ColorInt
default
:
Int
=
Color.TRANSPARENT
)
:
IntArray
Converting color-int to an array of ARGB.
Return
An array of ARGB, like
{255,63,226,197}
.
Since
1.5.1
Parameters
color
Int
color-int.
Throws
Illegal
Argument
Exception