Lerp static method

Color4 Lerp(
  1. Color4 left,
  2. Color4 right,
  3. num amount
)

Implementation

external static Color4 Lerp(Color4 left, Color4 right, num amount);