Passing blendMode to draw method

I couldn’t find any examples of how to pass a blendMode of a clip to a draw method. Can someone help me out?

I tried passing only the String, i.e: “add” , but that didn’t work. “Help” says it accepts an object, but I guess it has to get an Object typed var.

I even tried to create a typed variable foo:Object and assign it to “add”, but that didn’t work either.

I’m going to search around in the interim, and see if I can find out anything from different places.

Thanks anyone.