setFillColor white on gradients , tints, fills, and text

I just update to the newest public build (not daily build) and everything that has a fill color is white; gradients, tints, fills, text, everything. The alignment on a masked table is also really messed up. Everything worked fine before. After the update I had to change my text to use fillColor and use table gradients, but I do not think that is the problem. I changed about 50 documents of code and now I do not want to run in a really outdate compatibility mode. Is there a compatibility mode to just before the last version that is broken? Any help?

Not A Bug. I was not aware that their was a switch from 0-255 to 0.0 - 1.0. That complicates things a bit and seems like it has a massive loss of color range, but differently not a bug. If someone has a link to some of the advantages I would be really interested in reading it.

you do not loose any color range. if you like the colors your using all you need to do is add /255 to each color value. I’ve also made a module that will allow you to use color names instead of numbers. currently there are 126 different colors and you can easily add your own if you want to.

http://j-strahan.com/main2/_rgb-lua/

you do not loose any color range. if you like the colors your using all you need to do is add /255 to each color value. I’ve also made a module that will allow you to use color names instead of numbers. currently there are 126 different colors and you can easily add your own if you want to.

http://j-strahan.com/main2/_rgb-lua/