Skip to main content

Class Ink

Namespace: Aurigma.DesignAtoms.Model.Color
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public 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

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
TypeNameDescription
System.Objectother
Returns

System.Boolean

Overrides
  • System.Object.Equals(System.Object)

GetHashCode

public override int GetHashCode()
Returns

System.Int32

Overrides
  • System.Object.GetHashCode
Was this page helpful?