CMYKColor Public class
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.text.pdf
iTextSharp.text.pdf.CMYKColor[[CMYKColor]]
iTextSharp.text.pdf.ExtendedColor[[ExtendedColor]]
class iTextSharp.text.pdf.ExtendedColor abstractStyle;
end
iTextSharp.text.pdf.ExtendedColor --> iTextSharp.text.pdf.CMYKColor
Members
Properties
Public properties
Methods
Public methods
Details
Inheritance
Constructors
CMYKColor [1/2]
Source code
public CMYKColor(int intCyan, int intMagenta, int intYellow, int intBlack)
Arguments
Type | Name | Description |
---|
int | intCyan | |
int | intMagenta | |
int | intYellow | |
int | intBlack | |
CMYKColor [2/2]
Source code
public CMYKColor(float floatCyan, float floatMagenta, float floatYellow, float floatBlack)
Arguments
Type | Name | Description |
---|
float | floatCyan | |
float | floatMagenta | |
float | floatYellow | |
float | floatBlack | |
Methods
Equals
Source code
public override bool Equals(object obj)
Arguments
Type | Name | Description |
---|
object | obj | |
GetHashCode
Source code
public override int GetHashCode()
Properties
Cyan
public virtual float Cyan { get; }
Magenta
public virtual float Magenta { get; }
Yellow
public virtual float Yellow { get; }
Black
public virtual float Black { get; }
Generated with ModularDoc