[]
Adds a new Duotone effect into the list.
public Duotone AddDuotone(UserColor color1, UserColor color2)
Public Function AddDuotone(color1 As UserColor, color2 As UserColor) As Duotone
Type | Name | Description |
---|---|---|
UserColor | color1 | The first user color to combine with |
UserColor | color2 | The second user color to combine with |
Type | Description |
---|---|
Duotone | The inserted Duotone effect. |