Table of Contents

Class GradientHSLExtensions

Namespace
Gamelogic.Colors
Assembly
Gamelogic.Colors.dll

Extension methods for the GradientHSL class.

[Obsolete("Use the generic methods in GradientExtensions instead.")]
[Version(1, 0, 0)]
public static class GradientHSLExtensions
Inheritance
GradientHSLExtensions
Inherited Members

Methods

GetLerp(ColorHSL, ColorHSL)

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

SampleEvenly(GradientHSL, int, float)

Returns a list of colors sampled evenly across the gradient.