Inheritance
System.Object
MaterialAccentColor
public class MaterialAccentColor : ColorSwatch<int>, IEquatable<Color>
Constructors
Declaration
public MaterialAccentColor(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 shade400 { get; }
Property Value
Declaration
public Color shade50 { get; }
Property Value
Declaration
public Color shade700 { get; }
Property Value
Extension Methods