I would like to be able to do something like this :
myColor = { 127/255, 50/255, 180/255 }
object:setFillColor(myColor)
For some reason this is not working. In the past we used to be able to pass in a table holding color values to any API call requiring color values. Not sure why setFillColor is not accepting this. setStrokeColor also seems to be affected by the same issue.
What am I missing? Or is this simply a bug?