CubeTwister 2.0alpha141 2011-10-13

ch.randelshofer.gui
Class Colors

java.lang.Object
  extended by ch.randelshofer.gui.Colors

public class Colors
extends java.lang.Object

Colors.

Version:
1.0 8. April 2004 Created.
Author:
Werner Randelshofer

Method Summary
static java.awt.Color shadow(java.awt.Color c, int amount)
          Blackens the specified color by casting a black shadow of the specified amount on the color.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

shadow

public static java.awt.Color shadow(java.awt.Color c,
                                    int amount)
Blackens the specified color by casting a black shadow of the specified amount on the color.


(c) Werner Randelshofer.
All rights reserved.