The following used to work with the older version of the Spine runtime to color an entire skeleton:
skeleton:setColor(r,g,b,a)
skeleton:updateWorldTransform()
Now nothing happens. Is this achieved differently in the new version of the runtime or is something amiss?