public void CrossFadeColor (Color targetColor, float duration, bool ignoreTimeScale, bool useAlpha);

Parámetros

targetColorTarget color.
durationTween duration.
ignoreTimeScaleShould ignore Time.scale?
useAlphaShould also Tween the alpha channel?

Descripción

Tweens the CanvasRenderer color associated with this Graphic.