GetColor(string)
Gets a color property value by name.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public Color GetColor(string name)
Parameters
The property name of the color value.
Returns
Type | Description |
|---|---|
| Color | The color property stored for the specified name, or the clear color if none. |