Class Ink
Namespace: Aurigma.DesignAtoms.Model.Color
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class Ink
Inheritance: System.Object -> Ink
Inherited Members
System.Object.ToStringSystem.Object.Equals(System.Object,System.Object)System.Object.ReferenceEquals(System.Object,System.Object)System.Object.GetTypeSystem.Object.MemberwiseClone
Constructors
Ink
public Ink(string name, Color alternativeColor)
Ink
public Ink(string name, Color alternativeColor, float solidity)
Properties
Name
public string Name { get; }
AlternativeColor
public Color AlternativeColor { get; }
Solidity
public float Solidity { get; }
Methods
Clone
public Ink Clone()
Returns
Aurigma.DesignAtoms.Model.Color.Ink
Equals
public override bool Equals(object other)
Parameters
| Type | Name | Description |
|---|---|---|
System.Object | other |
Returns
System.Boolean
Overrides
System.Object.Equals(System.Object)
GetHashCode
public override int GetHashCode()
Returns
System.Int32
Overrides
System.Object.GetHashCode