fromRGBAHexStringOrNull

fun Color.Companion.fromRGBAHexStringOrNull(rgba: String): Color?

Converts a RGBA formatted color #RRGGBBAA hex string to a Color; e.g., #FFFFFF1A (a translucent white).