com.rie.rieps.engine.color
Class RGBToGray

java.lang.Object
  extended by com.rie.rieps.engine.color.RGBToGray
All Implemented Interfaces:
Color

public class RGBToGray
extends java.lang.Object
implements Color

Author:
Yves Piel

Method Summary
static Color createGrayColor(int red, int green, int blue)
           
 float[] getComposite()
           
 java.lang.String getPSCommande()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getComposite

public float[] getComposite()
Specified by:
getComposite in interface Color

getPSCommande

public java.lang.String getPSCommande()
Specified by:
getPSCommande in interface Color

createGrayColor

public static Color createGrayColor(int red,
                                    int green,
                                    int blue)