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