Version: 2022.3
언어: 한국어

Color.LerpUnclamped

매뉴얼로 전환
public static Color LerpUnclamped (Color a, Color b, float t);

설명

Linearly interpolates between colors a and b by t.

When t is 0 returns a. When t is 1 returns b.

See Also: Lerp.