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