summaryrefslogtreecommitdiff
path: root/propertysheet/src/org/eclipse/wb/draw2d/IColorConstants.java
diff options
context:
space:
mode:
Diffstat (limited to 'propertysheet/src/org/eclipse/wb/draw2d/IColorConstants.java')
-rw-r--r--propertysheet/src/org/eclipse/wb/draw2d/IColorConstants.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/propertysheet/src/org/eclipse/wb/draw2d/IColorConstants.java b/propertysheet/src/org/eclipse/wb/draw2d/IColorConstants.java
index f12d94e..4246302 100644
--- a/propertysheet/src/org/eclipse/wb/draw2d/IColorConstants.java
+++ b/propertysheet/src/org/eclipse/wb/draw2d/IColorConstants.java
@@ -67,6 +67,7 @@ public interface IColorConstants {
Color lightGray = new Color(null, 192, 192, 192);
Color gray = new Color(null, 128, 128, 128);
Color darkGray = new Color(null, 64, 64, 64);
+ Color black = new Color(null, 0, 0, 0);
Color lightBlue = new Color(null, 127, 127, 255);
Color darkBlue = new Color(null, 0, 0, 127);