Class SpotColor
Namespace: Aurigma.DesignAtoms.Model.Color
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public sealed class SpotColor : Color
Inheritance: System.Object -> Aurigma.DesignAtoms.Model.Color.Color -> SpotColor
Inherited Members
System.Object.ToStringSystem.Object.Equals(System.Object,System.Object)System.Object.ReferenceEquals(System.Object,System.Object)System.Object.GetTypeSystem.Object.MemberwiseClone
Constructors
SpotColor
public SpotColor(Ink ink, byte tint, byte alpha = 255)
Properties
ColorSpace
public override ColorSpace ColorSpace { get; }
Ink
public Ink Ink { get; }
Tint
public byte Tint { get; }
Alpha
public byte Alpha { get; }
Methods
Clone
public override Color Clone()
Returns
Aurigma.DesignAtoms.Model.Color.Color
Overrides
Equals
public override bool Equals(object other)
Parameters
| Type | Name | Description |
|---|---|---|
System.Object | other |
Returns
System.Boolean
Overrides
GetHashCode
public override int GetHashCode()
Returns
System.Int32