B
bgt
Hi,
I found a lot of comparison tables for these languages but I couldn't
find how to translate the following:
ColorMatrix cm=new ColorMatrix();
cm.Matrix00=cm.Matrix11=cm.Matrix22=0.99f;
cm.Matrix33=cm.Matrix44=1;
cm.Matrix40=cm.Matrix41=cm.Matrix42=.04f;
Can anyone help me with that ?
Thanks,
Bart
I found a lot of comparison tables for these languages but I couldn't
find how to translate the following:
ColorMatrix cm=new ColorMatrix();
cm.Matrix00=cm.Matrix11=cm.Matrix22=0.99f;
cm.Matrix33=cm.Matrix44=1;
cm.Matrix40=cm.Matrix41=cm.Matrix42=.04f;
Can anyone help me with that ?
Thanks,
Bart