TonalPalette(Color[]) Constructor
Initializes a new instance of the TonalPalette class with specified settings.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public TonalPalette(
Color[] colors
)
Parameters
Name | Type | Description |
---|---|---|
colors | Color[] | The collection of tonal colors. |
See Also