Community
Participate
Working Groups
Build Identifier: M20100211-1343 It is much easier to use commonly adopted form "RRGGBB" of color definition when creating a new ColorConstant instance. Like this: public ColorConstant(String hexColor) { this.red = ColorUtil.getRedFromHex(hexColor); this.green = ColorUtil.getGreenFromHex(hexColor); this.blue = ColorUtil.getBlueFromHex(hexColor); } Reproducible: Always Steps to Reproduce: NA as this is an enhancement request
This functionality is already available in Graphiti 0.8.0 Michael
Part of Graphiti Indigo 0.8.0