Class ColorUtil

java.lang.Object
org.eclipse.graphiti.util.ColorUtil

public class ColorUtil extends Object
Utility for working with Colors.
  • Constructor Details

    • ColorUtil

      public ColorUtil()
  • Method Details

    • getBlueFromHex

      public static int getBlueFromHex(String hexRGBString)
      Gets the corresponding int representation from hexedecimal RGB string for color blue.
      Parameters:
      hexRGBString -
      Returns:
      corresponding int value for blue
    • getRedFromHex

      public static int getRedFromHex(String hexRGBString)
      Gets the corresponding int representation from hexedecimal RGB string for color red.
      Parameters:
      hexRGBString -
      Returns:
      corresponding int value for red
    • getGreenFromHex

      public static int getGreenFromHex(String hexRGBString)
      Gets the corresponding int representation from hexedecimal RGB string for color green.
      Parameters:
      hexRGBString -
      Returns:
      corresponding int value for green