blend(...)
blend(val : Blend) : this;
Sets the type of blending used to render this object.
Parameters
Parameter | Type | Description |
---|---|---|
val | Z.Blend | The type of blending used to render this object. |
Returns
this
Example
myobject.blend(Z.Blend.additive);