Lerp static method

Color3 Lerp(
  1. Color3 start,
  2. Color3 end,
  3. num amount
)

Implementation

external static Color3 Lerp(Color3 start, Color3 end, num amount);