composed
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
composed
composed-core
/
com.w2sv.composed.ui.graphics
/
parse
parse
fun
Color.Companion
.
parse
(
hexColor
:
String
)
:
Color
Parses
hexColor
as a
Color
.
Supported formats are:
#RRGGBB
#AARRGGBB
Content copied to clipboard
Throws
Illegal
Argument
Exception
if
hexColor
cannot be parsed.