Skip to main content

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

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

System.Boolean

Overrides

GetHashCode

public override int GetHashCode()
Returns

System.Int32

Overrides
Was this page helpful?