color = rgb(255, 0, 0) // works
color = list(255,0,0, 0,0,0, 0,0,0) // does not work
color = list(6,0,0, 0,5,0, 0,0,7.5, 1.2,1,1.5) // does not work
The third line is taken directly from this post, which I know for a fact worked a while back when I initially tried things out.
Does not matter if the color is being applied to a client or atom, or if it's animated or not.
Expected Results: For color matrices to be applied to the client/atom as intended.
Actual Results: Color matrices do not seem to be applied at all.
Does the problem occur:
Every time? Or how often? Every time.
In other games? Yes. I've reproduced this issue in three separate projects.
In other user accounts? N/A
On other computers? N/A
When does the problem NOT occur? N/A
Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? (Visit http://www.byond.com/download/build to download old versions for testing.)
I didn't investigate this. However, I initially tested this on 510.1334 before upgrading, and it didn't work.
Workarounds: N/A
Are you sure you're in hardware mode? It should work in software mode too, although I've seen weird broken cases on some machines.