Table of Contents

Struct HSLColor

Namespace
Global
Assembly
Assembly-CSharp.dll
public struct HSLColor
Inherited Members

Constructors

HSLColor(float, float, float)

public HSLColor(float hue, float saturation, float lightness)

Parameters

hue float
saturation float
lightness float

Fields

hue

public float hue

Field Value

float

lightness

public float lightness

Field Value

float

saturation

public float saturation

Field Value

float

Properties

rgb

public Color rgb { get; }

Property Value

Color

Methods

Lerp(HSLColor, HSLColor, float)

public static HSLColor Lerp(HSLColor from, HSLColor to, float lrp)

Parameters

from HSLColor
to HSLColor
lrp float

Returns

HSLColor