Ejemplo n.º 1
0
 /**
  * Indicates whether the color is a gray value.
  *
  * @param col the color
  * @return true if it is a gray value
  */
 public static boolean isGray(Color col) {
   return org.apache.xmlgraphics.java2d.color.ColorUtil.isGray(col);
 }