[]
Inserts a new Tint effect into the list.
public Tint InsertTint(int index, float amount, float hue)
Public Function InsertTint(index As Integer, amount As Single, hue As Single) As Tint
Type | Name | Description |
---|---|---|
int | index | The effect index in the list. |
float | amount | How much the color value is shifted. |
float | hue | The hue towards which to tint. |
Type | Description |
---|---|
Tint | The inserted Tint effect. |