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

파라미터

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

설명

Tweens the CanvasRenderer color associated with this Graphic.