[]
Gets a Color value specified by a path.
public Color GetColor(string path)
| Type | Name | Description |
|---|---|---|
| string | path | The target path. |
| Type | Description |
|---|---|
| Color | The color specified by |
Gets a Color value specified by a path.
public Color GetColor(string path, Color defaultValue)
| Type | Name | Description |
|---|---|---|
| string | path | The target path. |
| Color | defaultValue | Used if value at specified path does not exist. |
| Type | Description |
|---|---|
| Color | The color specified by |