[]
Inserts a new Duotone effect into the list.
public Duotone InsertDuotone(int index, UserColor color1, UserColor color2)
Public Function InsertDuotone(index As Integer, color1 As UserColor, color2 As UserColor) As Duotone
Type | Name | Description |
---|---|---|
int | index | The effect index in the list. |
UserColor | color1 | The first user color to combine with |
UserColor | color2 | The second user color to combine with |