iText 8.0.5 API
|
Class containing predefined DeviceRgb colors. More...
Static Public Attributes |
|
static readonly Color | BLACK = DeviceRgb.BLACK |
Predefined black DeviceRgb color More... |
|
static readonly Color | BLUE = DeviceRgb.BLUE |
Predefined blue DeviceRgb color More... |
|
static readonly Color | CYAN = new DeviceRgb(0, 255, 255) |
Predefined cyan DeviceRgb color More... |
|
static readonly Color | DARK_GRAY = new DeviceRgb(64, 64, 64) |
Predefined dark gray DeviceRgb color More... |
|
static readonly Color | GRAY = new DeviceRgb(128, 128, 128) |
Predefined gray DeviceRgb color More... |
|
static readonly Color | GREEN = DeviceRgb.GREEN |
Predefined green DeviceRgb color More... |
|
static readonly Color | LIGHT_GRAY = new DeviceRgb(192, 192, 192) |
Predefined light gray DeviceRgb color More... |
|
static readonly Color | MAGENTA = new DeviceRgb(255, 0, 255) |
Predefined magenta DeviceRgb color More... |
|
static readonly Color | ORANGE = new DeviceRgb(255, 200, 0) |
Predefined orange DeviceRgb color More... |
|
static readonly Color | PINK = new DeviceRgb(255, 175, 175) |
Predefined pink DeviceRgb color More... |
|
static readonly Color | RED = DeviceRgb.RED |
Predefined red DeviceRgb color More... |
|
static readonly Color | WHITE = DeviceRgb.WHITE |
Predefined white DeviceRgb color More... |
|
static readonly Color | YELLOW = new DeviceRgb(255, 255, 0) |
Predefined yellow DeviceRgb color More... |
|
Class containing predefined DeviceRgb colors.
Class containing predefined DeviceRgb colors. Color space specific classes should be used for the advanced handling of colors. The most common ones are DeviceGray , DeviceCmyk and DeviceRgb.
|
static |
Predefined black DeviceRgb color
|
static |
Predefined blue DeviceRgb color
Predefined cyan DeviceRgb color
Predefined dark gray DeviceRgb color
Predefined gray DeviceRgb color
|
static |
Predefined green DeviceRgb color
Predefined light gray DeviceRgb color
Predefined magenta DeviceRgb color
Predefined orange DeviceRgb color
Predefined pink DeviceRgb color
|
static |
Predefined red DeviceRgb color
|
static |
Predefined white DeviceRgb color