I had the same issue, when I updated the Slider Revolution plugin to version 5.4.5.
A quick and dirty fix:
Edit the “colorpicker.class.php” file. At line 72, remove the “[0]” part. The line should be:
return TPColorpicker::process($color, true);
I’m not sure if I’m now missing any functionality, but at least my website is working again …