How can i convert rgb(0,0,0) to rgba (0,0,0,0) in runtime.js ?
I get rgb from edittime color picker and want to transfer it to runtimes rgba format. Been trying to use var.replace but i'm not able to do that... and it's a last thing to do befor i finished my plugin.
Ohh, i never used javascript before. Today, for the first time I managed to gather myself and do something in javascript.