Click or drag to resize

ColorFilterTint Method

Tints the image in a certain color, analog to what can be done in Adobe Animate.

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void Tint(
	Color color,
	float amount = 1f
)

Parameters

color
Type: Color
the RGB color with which the image should be tinted.
amount (Optional)
Type: SystemSingle
the intensity with which tinting should be applied. Range (0, 1).
See Also