hexadecimal color code type casting
in
Programming Questions
•
1 year ago
one of my javascript functions returns a hexadecimal color code as a string.I would like to use this as the argument to the stroke() function in processing.However stroke doesnt accept string input and (integer) type casting does not give the hexadecimal notation.Any thought on how this could be done???
3