Table of Contents

Method GetLerp

Namespace
Gamelogic.Colors
Assembly
Gamelogic.Colors.dll

GetLerp(ColorLAB, ColorLAB)

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

public static GradientLAB GetLerp(ColorLAB color1, ColorLAB color2)

Parameters

color1 ColorLAB
color2 ColorLAB

Returns

GradientLAB