Class SwatchValue
Inheritance
System.Object
SwatchValue
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Aurigma.DesignAtoms.Model.Color
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class SwatchValue
Constructors
SwatchValue()
Declaration
public SwatchValue()
SwatchValue(Color)
Declaration
public SwatchValue(Color color)
Parameters
| Type | Name | Description |
|---|---|---|
| Color | color |
Properties
Color
Declaration
public Color Color { get; }
Property Value
| Type | Description |
|---|---|
| Color |
Methods
Clone()
Declaration
public SwatchValue Clone()
Returns
| Type | Description |
|---|---|
| SwatchValue |
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | obj |
Returns
| Type | Description |
|---|---|
| System.Boolean |
Overrides
System.Object.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| System.Int32 |
Overrides
System.Object.GetHashCode()