[]
Inserts a new Blur effect into the list.
public Blur InsertBlur(int index, float radius)
| Type | Name | Description |
|---|---|---|
| int | index | The effect index in the list. |
| float | radius | The radius of the blur. |
| Type | Description |
|---|---|
| Blur | The inserted BiLevel effect. |