Class CmykColor
- Namespace
- iTextSharp.text.pdf
- Assembly
- iTextSharp.LGPLv2.Core.dll
@author Paulo Soares (psoares@consiste.pt)
public class CmykColor : ExtendedColor
- Inheritance
-
CmykColor
- Inherited Members
Constructors
CmykColor(int, int, int, int)
public CmykColor(int intCyan, int intMagenta, int intYellow, int intBlack)
Parameters
CmykColor(float, float, float, float)
public CmykColor(float floatCyan, float floatMagenta, float floatYellow, float floatBlack)
Parameters
Properties
Black
public float Black { get; }
Property Value
Cyan
public float Cyan { get; }
Property Value
Magenta
public float Magenta { get; }
Property Value
Yellow
public float Yellow { get; }
Property Value
Methods
Equals(object)
public override bool Equals(object obj)
Parameters
obj
object
Returns
GetHashCode()
public override int GetHashCode()