In This Topic
Inserts a new
Tint effect into the list.
Syntax
'Declaration
Public Function InsertTint( _
ByVal As System.Integer, _
ByVal As System.Single, _
ByVal As System.Single _
) As Tint
public Tint InsertTint(
System.int ,
System.float ,
System.float
)
Parameters
- index
- The effect index in the list.
- amount
- How much the color value is shifted.
- hue
- The hue towards which to tint.
Return Value
The inserted
Tint effect.
See Also