fromHexString

open fun fromHexString(hexColor: String): Int

Converts hex string to int color

Return

rgba color, int representation

Parameters

hexColor

hex color value, starting with # (e.g. #008080 or #00808080)