[C#] 3.0.0f -> angularVelocity and LensFlare problems

Hello I’m using new Unity 3.0.0f and I have some problems.

1.) particleEmitter

When I try to change angularVelocity from script to any number it sets it to 1.0f .

particleEmitter.angularVelocity = 25.0f;

2.) LensFlare

I’m not able to change the LensFlare color from script.

LensFlare LF = gameObject.GetComponent<LensFlare>();
LF.color     = new Color(255, 0, 0);

There don’t appear to be entries for these bugs in the database. Please can you file a report for each of them (menu: Help > Report A Bug).