colorHex2ARGB
Converting color hexadecimal string to an array of ARGB.
Return
The color argb array like {255,63,226,197} , default otherwise.
Since
1.5.1
Parameters
colorHex
Color string like #12c2e9 .
Converting color hexadecimal string to an array of ARGB.
The color argb array like {255,63,226,197} , default otherwise.
1.5.1
Color string like #12c2e9 .