org.eclipse.emf.codegen.util
Class GIFEmitter.ColorInformation
java.lang.Object
org.eclipse.emf.codegen.util.GIFEmitter.ColorInformation
- Enclosing class:
- GIFEmitter
- protected static class GIFEmitter.ColorInformation
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instance
protected static GIFEmitter.ColorInformation instance
entries
protected static List entries
red
public int red
green
public int green
blue
public int blue
which
public int which
change
public int change
factor
public double[] factor
rainbow
public boolean rainbow
GIFEmitter.ColorInformation
protected GIFEmitter.ColorInformation()
getColor
public static GIFEmitter.ColorInformation getColor(int index)
scale
public byte scale(int value,
double factor)
generateColor
protected void generateColor()
fixFactor
protected void fixFactor()