Package com.itextpdf.kernel.colors
Class ColorConstants
- java.lang.Object
-
- com.itextpdf.kernel.colors.ColorConstants
-
public class ColorConstants extends java.lang.Object
Class containing predefinedDeviceRgb
colors. Color space specific classes should be used for the advanced handling of colors. The most common ones areDeviceGray
,DeviceCmyk
andDeviceRgb
.
-
-
Field Summary
Fields Modifier and Type Field Description static Color
BLACK
Predefined black DeviceRgb colorstatic Color
BLUE
Predefined blue DeviceRgb colorstatic Color
CYAN
Predefined cyan DeviceRgb colorstatic Color
DARK_GRAY
Predefined dark gray DeviceRgb colorstatic Color
GRAY
Predefined gray DeviceRgb colorstatic Color
GREEN
Predefined green DeviceRgb colorstatic Color
LIGHT_GRAY
Predefined light gray DeviceRgb colorstatic Color
MAGENTA
Predefined magenta DeviceRgb colorstatic Color
ORANGE
Predefined orange DeviceRgb colorstatic Color
PINK
Predefined pink DeviceRgb colorstatic Color
RED
Predefined red DeviceRgb colorstatic Color
WHITE
Predefined white DeviceRgb colorstatic Color
YELLOW
Predefined yellow DeviceRgb color
-
Constructor Summary
Constructors Constructor Description ColorConstants()
-
-
-
Field Detail
-
BLACK
public static final Color BLACK
Predefined black DeviceRgb color
-
BLUE
public static final Color BLUE
Predefined blue DeviceRgb color
-
CYAN
public static final Color CYAN
Predefined cyan DeviceRgb color
-
DARK_GRAY
public static final Color DARK_GRAY
Predefined dark gray DeviceRgb color
-
GRAY
public static final Color GRAY
Predefined gray DeviceRgb color
-
GREEN
public static final Color GREEN
Predefined green DeviceRgb color
-
LIGHT_GRAY
public static final Color LIGHT_GRAY
Predefined light gray DeviceRgb color
-
MAGENTA
public static final Color MAGENTA
Predefined magenta DeviceRgb color
-
ORANGE
public static final Color ORANGE
Predefined orange DeviceRgb color
-
PINK
public static final Color PINK
Predefined pink DeviceRgb color
-
RED
public static final Color RED
Predefined red DeviceRgb color
-
WHITE
public static final Color WHITE
Predefined white DeviceRgb color
-
YELLOW
public static final Color YELLOW
Predefined yellow DeviceRgb color
-
-