Table of Contents

Method GetLerp

Namespace
Gamelogic.Colors
Assembly
Gamelogic.Colors.dll

GetLerp(Color, Color)

Returns a gradient that represents a linear interpolation between two colors.

public static Gradient GetLerp(Color color1, Color color2)

Parameters

color1 Color
color2 Color

Returns

Gradient