Class CmykColor
Inheritance
System.Object
CmykColor
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 sealed class CmykColor : ProcessColor
Constructors
CmykColor()
Declaration
CmykColor(Byte, Byte, Byte, Byte, Byte, String)
Declaration
public CmykColor(byte c, byte m, byte y, byte k, byte alpha, string profile = null)
Parameters
| Type |
Name |
Description |
| System.Byte |
c |
|
| System.Byte |
m |
|
| System.Byte |
y |
|
| System.Byte |
k |
|
| System.Byte |
alpha |
|
| System.String |
profile |
|
Properties
C
Declaration
Property Value
| Type |
Description |
| System.Byte |
|
ColorSpace
Declaration
public override ColorSpace ColorSpace { get; }
Property Value
Overrides
K
Declaration
Property Value
| Type |
Description |
| System.Byte |
|
M
Declaration
Property Value
| Type |
Description |
| System.Byte |
|
Y
Declaration
Property Value
| Type |
Description |
| System.Byte |
|
Methods
Clone()
Declaration
public override Color Clone()
Returns
Overrides
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