ThemeManager.GetSeedColor(ThemeSeedColor) Method
Returns the specified seed color’s Color value by its name.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public static Color GetSeedColor(
ThemeSeedColor seedColor
)
Parameters
| Name | Type | Description |
|---|---|---|
| seedColor | ThemeSeedColor | The seed color. |
Returns
| Type | Description |
|---|---|
| Color | The seed color’s Color value. |
See Also