Class ProcessColor
Namespace: Aurigma.DesignAtoms.Model.Color
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public abstract class ProcessColor : Color
Inheritance: System.Object -> Aurigma.DesignAtoms.Model.Color.Color -> ProcessColor
Inherited Members
- Aurigma.DesignAtoms.Model.Color.Color.Clone()
- Aurigma.DesignAtoms.Model.Color.Color.ColorSpace
System.Object.ToStringSystem.Object.Equals(System.Object,System.Object)System.Object.ReferenceEquals(System.Object,System.Object)System.Object.GetTypeSystem.Object.MemberwiseClone
Constructors
ProcessColor
public ProcessColor(byte alpha, string profile)
Properties
Alpha
public byte Alpha { get; }
Profile
public string Profile { get; set; }
Methods
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