iie.projet.graphics
Class InterpolColor

java.lang.Object
  extended byiie.projet.graphics.InterpolColor

public class InterpolColor
extends java.lang.Object


Constructor Summary
InterpolColor()
           
 
Method Summary
static java.awt.Color interpol(java.awt.Color c1, java.awt.Color c2, double facteur)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterpolColor

public InterpolColor()
Method Detail

interpol

public static java.awt.Color interpol(java.awt.Color c1,
                                      java.awt.Color c2,
                                      double facteur)