Convert a #rgb or #rrggbb hex string to an [r, g, b] integer tuple. Low-level; prefer Color.fromHex() outside hot per-pixel loops. Caller must pass a valid hex string.
#rgb
#rrggbb
[r, g, b]
Color.fromHex()
Convert a
#rgbor#rrggbbhex string to an[r, g, b]integer tuple. Low-level; preferColor.fromHex()outside hot per-pixel loops. Caller must pass a valid hex string.