There is a string that looks like this:
(redMultiplier=0, greenMultiplier=0, blueMultiplier=0, alphaMultiplier=1, redOffset=0, greenOffset=102, blueOffset=51, alphaOffset=0)
I am looking to convert this string into an array or object. I have numerous strings in this format that also need to be converted. Is there a method to automatically change a string like this into a JavaScript array?