Skip to content

Color Extensions

Methods

Color Lerp(this Color color, Color to, double amount)

Lerp the specified color, to and amount.

Properties

color: Color to calculate from

to: Color to calculate to

amount: Amount to apply

Example Usage