io.loader
Class Colors

java.lang.Object
  extended by io.loader.Colors

public class Colors
extends java.lang.Object

Define some constant colors.


Field Summary
static int skeletonColor
          color of skeletons in binary images
 
Constructor Summary
Colors()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

skeletonColor

public static final int skeletonColor
color of skeletons in binary images

Constructor Detail

Colors

public Colors()