Inheritance
System.Object
MaterialColor
public class MaterialColor : ColorSwatch<int>, IEquatable<Color>
Constructors
Declaration
public MaterialColor(long primary, Dictionary<int, Color> swatch)
Parameters
Type |
Name |
Description |
System.Int64 |
primary |
|
System.Collections.Generic.Dictionary<System.Int32, Color> |
swatch |
|
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