Package com.itextpdf.kernel.colors
Class ColorConstants
- java.lang.Object
-
- com.itextpdf.kernel.colors.ColorConstants
-
public class ColorConstants extends java.lang.ObjectClass containing predefinedDeviceRgbcolors. Color space specific classes should be used for the advanced handling of colors. The most common ones areDeviceGray,DeviceCmykandDeviceRgb.
-
-
Field Summary
Fields Modifier and Type Field Description static ColorBLACKPredefined black DeviceRgb colorstatic ColorBLUEPredefined blue DeviceRgb colorstatic ColorCYANPredefined cyan DeviceRgb colorstatic ColorDARK_GRAYPredefined dark gray DeviceRgb colorstatic ColorGRAYPredefined gray DeviceRgb colorstatic ColorGREENPredefined green DeviceRgb colorstatic ColorLIGHT_GRAYPredefined light gray DeviceRgb colorstatic ColorMAGENTAPredefined magenta DeviceRgb colorstatic ColorORANGEPredefined orange DeviceRgb colorstatic ColorPINKPredefined pink DeviceRgb colorstatic ColorREDPredefined red DeviceRgb colorstatic ColorWHITEPredefined white DeviceRgb colorstatic ColorYELLOWPredefined 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
-
-