org.norther.tammi.spray.engine.tool
Class ColorPalette

java.lang.Object
  extended by org.norther.tammi.spray.engine.tool.ColorPalette

public abstract class ColorPalette
extends Object

A static color palette.

Version:
$Id: ColorPalette.java,v 1.6 2009/09/28 15:08:29 cvsimp Exp $
Author:
Ilkka Priha

Constructor Summary
ColorPalette()
           
 
Method Summary
static String getColor(String color)
          Gets the named color in RGB format.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColorPalette

public ColorPalette()
Method Detail

getColor

public static String getColor(String color)
Gets the named color in RGB format.

Parameters:
color - the name of the color.
Returns:
the RGB value of the color.


Copyright © 2004 The Norther Organization. All rights reserved.