Table of Contents

Constructor GradientLAB

Namespace
Gamelogic.Colors
Assembly
Gamelogic.Colors.dll

GradientLAB()

Initializes a new instance of the GradientLAB class.

public GradientLAB()

GradientLAB(ColorLAB, ColorLAB)

Initializes a new instance of the GradientLAB class that represents a linear interpolation between two colors.

public GradientLAB(ColorLAB color1, ColorLAB color2)

Parameters

color1 ColorLAB

The first color.

color2 ColorLAB

The second color.