TonalPalette Constructors
A collection of color shades used to support switching between light and dark themes.| Name | Parameters | Description |
|---|---|---|
| TonalPalette(Color) | baseColor | Initializes a new instance of the TonalPalette class with specified settings. |
| TonalPalette(Color[]) | colors | Initializes a new instance of the TonalPalette class with specified settings. |
| TonalPalette(Double, Double) | hue, chroma | Initializes a new instance of the TonalPalette class with specified settings. |
See Also