GradientType
Specifies the type of gradient to use for color interpolation.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public enum GradientType
Remarks
GradientType.Linear creates a gradient that transitions colors along a straight line. GradientType.Radial creates a gradient that radiates colors outward from a central point.