Inheritance
MaterialColor
public class MaterialColor : ColorSwatch<int>, IEquatable<Color>
Constructors
Declaration
public MaterialColor(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 shade300 { get; }
Property Value
Declaration
public Color shade400 { get; }
Property Value
Declaration
public Color shade50 { get; }
Property Value
Declaration
public Color shade500 { get; }
Property Value
Declaration
public Color shade600 { get; }
Property Value
Declaration
public Color shade700 { get; }
Property Value
Declaration
public Color shade800 { get; }
Property Value
Declaration
public Color shade900 { get; }
Property Value
Extension Methods