Package com.itextpdf.kernel.colors
Class ColorConstants
java.lang.Object
com.itextpdf.kernel.colors.ColorConstants
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
.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Color
Predefined black DeviceRgb colorstatic final Color
Predefined blue DeviceRgb colorstatic final Color
Predefined cyan DeviceRgb colorstatic final Color
Predefined dark gray DeviceRgb colorstatic final Color
Predefined gray DeviceRgb colorstatic final Color
Predefined green DeviceRgb colorstatic final Color
Predefined light gray DeviceRgb colorstatic final Color
Predefined magenta DeviceRgb colorstatic final Color
Predefined orange DeviceRgb colorstatic final Color
Predefined pink DeviceRgb colorstatic final Color
Predefined red DeviceRgb colorstatic final Color
Predefined white DeviceRgb colorstatic final Color
Predefined yellow DeviceRgb color -
Constructor Summary
-
Method Summary
-
Field Details
-
BLACK
Predefined black DeviceRgb color -
BLUE
Predefined blue DeviceRgb color -
CYAN
Predefined cyan DeviceRgb color -
DARK_GRAY
Predefined dark gray DeviceRgb color -
GRAY
Predefined gray DeviceRgb color -
GREEN
Predefined green DeviceRgb color -
LIGHT_GRAY
Predefined light gray DeviceRgb color -
MAGENTA
Predefined magenta DeviceRgb color -
ORANGE
Predefined orange DeviceRgb color -
PINK
Predefined pink DeviceRgb color -
RED
Predefined red DeviceRgb color -
WHITE
Predefined white DeviceRgb color -
YELLOW
Predefined yellow DeviceRgb color
-
-
Constructor Details
-
ColorConstants
public ColorConstants()
-