Namespace PnP.Framework.Utilities.Themes.Generator
Classes
Sets an IThemeSlotRule to the given color and cascades it to the rest of the theme, updating other IThemeSlotRules in the theme that inherit from that color. isInverted: whether it's a dark theme or not, which affects the algorithm used to generate shades isCustomization should be true only if it's a user action, and indicates overwriting the slot's inheritance(if any) overwriteCustomColor: a slot could have a generated color based on its inheritance rules(isCustomized is false), or a custom color based on user input(isCustomized is true), this bool tells us whether to override existing customized colors |
|
|
|