Class Ink
Inheritance
System.Object
Ink
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 Ink
Constructors
Ink(String, Color)
Declaration
public Ink(string name, Color alternativeColor)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | |
| Color | alternativeColor |
Ink(String, Color, Single)
Declaration
public Ink(string name, Color alternativeColor, float solidity)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | |
| Color | alternativeColor | |
| System.Single | solidity |
Properties
AlternativeColor
Declaration
public Color AlternativeColor { get; }
Property Value
| Type | Description |
|---|---|
| Color |
Name
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Solidity
Declaration
public float Solidity { get; }
Property Value
| Type | Description |
|---|---|
| System.Single |
Methods
Clone()
Declaration
public Ink Clone()
Returns
| Type | Description |
|---|---|
| Ink |
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()