Table of Contents

Struct LinearColor

[Serializable]
public struct LinearColor
Inherited Members
Extension Methods

Constructors

LinearColor(Color, Color)

public LinearColor(Color start, Color end)

Parameters

start Color
end Color

Properties

End

public Color End { get; set; }

Property Value

Color

Start

public Color Start { get; set; }

Property Value

Color

Methods

LerpUnclamped(LinearColor, LinearColor, float)

public static LinearColor LerpUnclamped(LinearColor a, LinearColor b, float t)

Parameters

a LinearColor
b LinearColor
t float

Returns

LinearColor

Operators

operator +(LinearColor, LinearColor)

public static LinearColor operator +(LinearColor a, LinearColor b)

Parameters

a LinearColor
b LinearColor

Returns

LinearColor