com.lowagie.text.pdf

Class PdfColor

class PdfColor extends PdfArray

A PdfColor defines a Color (it's a PdfArray containing 3 values).

See Also: PdfDictionary

Constructor Summary
PdfColor(int red, int green, int blue)
Constructs a new PdfColor.
PdfColor(Color color)

Constructor Detail

PdfColor

PdfColor(int red, int green, int blue)
Constructs a new PdfColor.

Parameters: red a value between 0 and 255 green a value between 0 and 255 blue a value between 0 and 255

PdfColor

PdfColor(Color color)