public class PdfColor| PdfColor(Byte, Byte, Byte) | Initializes a new instance of the PdfColor class with the specified red, green, and blue components. Alpha defaults to 1.0 (fully opaque) |
| PdfColor(Byte, Byte, Byte, Single) | Initializes a new instance of the PdfColor class with the specified red, green, blue, and alpha components |
| Alpha | Alpha (transparency) component of the color. Clamped between 0.0 (fully transparent) and 1.0 (fully opaque) |
| B | Blue component of the color (0–255) |
| Black | Black (0, 0, 0) |
| Blue | Blue (0, 0, 255) |
| Cyan | Cyan (0, 255, 255) |
| DarkGray | Dark Gray (64, 64, 64) |
| G | Green component of the color (0–255) |
| Gray | Gray (128, 128, 128) |
| Green | Green (0, 255, 0) |
| LightGray | Light Gray (192, 192, 192) |
| Magenta | Magenta (255, 0, 255) |
| Orange | Orange (255, 165, 0) |
| Purple | Purple (128, 0, 128) |
| R | Red component of the color (0–255) |
| Red | Red (255, 0, 0) |
| White | White (255, 255, 255) |
| Yellow | Yellow (255, 255, 0) |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetHashCode | (Inherited from Object) |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ToString | (Inherited from Object) |