a port of the Processing Visualization Language
Name

unhex()

Examples
String hs = "FF006699";
int hi = unhex(hs);
fill(hi);
rect(30, 20, 55, 55);
Description Converts a String representation of a hexadecimal number to its equivalent integer value.
Syntax
unhex(str)
Parameters
str String
Returns int
Usage Web & Application
Related hex()
binary()
unbinary()

This reference is licensed under the CC BY-NC-SA 2.0 license:

Creative Commons License
Fork me on GitHub