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
Fields
hue
public float hue
Field Value
lightness
public float lightness
Field Value
saturation
public float saturation
Field Value
Properties
rgb
public Color rgb { get; }
Property Value
- Color
Methods
Lerp(HSLColor, HSLColor, float)
public static HSLColor Lerp(HSLColor from, HSLColor to, float lrp)