Win10Palette Constructors
A palette that can get the Windows accent color and app mode, and update the theme each time a user changes these Windows settings.Name | Parameters | Description |
---|---|---|
Win10Palette(Boolean, Nullable<WindowsAppMode>, Boolean, Nullable<Color>) | listenAppModeChanges, appMode, listenAccentColorChanges, accentColor | Initializes a new instance of the Win10Palette class with specified settings. |
Win10Palette(Nullable<Color>, Boolean) | accentColor, listenAccentColorChanges | Initializes a new instance of the Win10Palette class with specified settings. |
See Also