Class PdfRgbColor
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Represents a color in an RGB color space.
public sealed class PdfRgbColor : PdfColor
- Inheritance
-
PdfRgbColor
- Inherited Members
Remarks
The Docotic.Pdf Library Documentation page contains links to articles, guides, and sample code.
Constructors
- PdfRgbColor(PdfColorProfile, int)
Initializes a new instance of the PdfRgbColor class.
- PdfRgbColor(PdfColorProfile, int, int, int)
Initializes a new instance of the PdfRgbColor class.
- PdfRgbColor(int)
Initializes a new instance of the PdfRgbColor class.
- PdfRgbColor(int, int, int)
Initializes a new instance of the PdfRgbColor class.
Properties
- B
Gets the blue component value.
- G
Gets the green component value.
- R
Gets the red component value.
Methods
- ToString()
Returns a string that represents this PdfRgbColor instance.