IColorScheme
Pennington.MonorailCss
Defines how color schemes are applied to the MonorailCSS theme.
Methods
ApplyToTheme
#public Theme ApplyToTheme(Theme theme)
Applies the color scheme to the given theme.
Parameters
themeTheme- The theme to apply colors to
Returns
ThemePennington.MonorailCss.IColorScheme
namespace Pennington.MonorailCss;
/// Defines how color schemes are applied to the MonorailCSS theme.
public interface IColorScheme
{
/// Applies the color scheme to the given theme.
public Theme ApplyToTheme(Theme theme)
;
}