Inheritance
MaterialAccentColor
public class MaterialAccentColor : ColorSwatch<int>, IEquatable<Color>
Constructors
Declaration
public MaterialAccentColor(long primary, Dictionary<int, Color> swatch)
Parameters
Properties
Declaration
public Color shade100 { get; }
Property Value
Declaration
public Color shade200 { get; }
Property Value
Declaration
public Color shade400 { get; }
Property Value
Declaration
public Color shade50 { get; }
Property Value
Declaration
public Color shade700 { get; }
Property Value
Extension Methods