j2d.hpp
Class GreyHppFilter3

java.lang.Object
  extended by j2d.hpp.GreyHppFilter3
All Implemented Interfaces:
HppFilter3Interface

public class GreyHppFilter3
extends java.lang.Object
implements HppFilter3Interface


Constructor Summary
GreyHppFilter3(float ar, float ag, float ab)
           
 
Method Summary
 short getB(int r, int g, int b)
           
 short getG(int r, int g, int b)
           
 short getR(int r, int g, int b)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GreyHppFilter3

public GreyHppFilter3(float ar,
                      float ag,
                      float ab)
Method Detail

getR

public short getR(int r,
                  int g,
                  int b)
Specified by:
getR in interface HppFilter3Interface

getG

public short getG(int r,
                  int g,
                  int b)
Specified by:
getG in interface HppFilter3Interface

getB

public short getB(int r,
                  int g,
                  int b)
Specified by:
getB in interface HppFilter3Interface