Class ProcessColor
Inheritance
System.Object
ProcessColor
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()
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public abstract class ProcessColor : Color
Constructors
ProcessColor(Byte, String)
Declaration
public ProcessColor(byte alpha, string profile)
Parameters
| Type |
Name |
Description |
| System.Byte |
alpha |
|
| System.String |
profile |
|
Properties
Alpha
Declaration
public byte Alpha { get; }
Property Value
| Type |
Description |
| System.Byte |
|
Profile
Declaration
public string Profile { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Methods
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
| Type |
Name |
Description |
| System.Object |
other |
|
Returns
| Type |
Description |
| System.Boolean |
|
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type |
Description |
| System.Int32 |
|
Overrides