PdfColor Internal class
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.text.pdf
iTextSharp.text.pdf.PdfColor[[PdfColor]]
iTextSharp.text.pdf.PdfArray[[PdfArray]]
end
iTextSharp.text.pdf.PdfArray --> iTextSharp.text.pdf.PdfColor
Details
Inheritance
Constructors
PdfColor [1/2]
Source code
internal PdfColor(int red, int green, int blue)
Arguments
Type | Name | Description |
---|
int | red | |
int | green | |
int | blue | |
PdfColor [2/2]
Source code
internal PdfColor(BaseColor color)
Arguments
Generated with ModularDoc