Class Color
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 abstract class Color
Constructors
Color()
Declaration
protected Color()
Properties
ColorSpace
Declaration
public abstract ColorSpace ColorSpace { get; }
Property Value
| Type | Description |
|---|---|
| ColorSpace |
Methods
Clone()
Declaration
public abstract Color Clone()
Returns
| Type | Description |
|---|---|
| Color |
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | other |
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()