Struct GradientPair
Gradient pair container class
Inherited Members
Namespace: Unity.EditorXR.Helpers
Assembly: solution.dll
Syntax
[Serializable]
public struct GradientPair
Constructors
Name | Description |
---|---|
GradientPair(Color, Color) | Initialize a new GradientPair |
Fields
Name | Description |
---|---|
a | First color in the gradient pair |
b | Second color in the gradient pair |
Methods
Name | Description |
---|---|
Lerp(GradientPair, GradientPair, float) | Provide for lerping between two gradient pairs |