j2d.hpp
Class GreyHppFilter3
java.lang.Object
   j2d.hpp.GreyHppFilter3
j2d.hpp.GreyHppFilter3
- All Implemented Interfaces: 
- HppFilter3Interface
- public class GreyHppFilter3 
- extends java.lang.Object- implements HppFilter3Interface
 
| 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 | 
 
GreyHppFilter3
public GreyHppFilter3(float ar,
                      float ag,
                      float ab)
getR
public short getR(int r,
                  int g,
                  int b)
- 
- Specified by:
- getRin interface- HppFilter3Interface
 
- 
 
getG
public short getG(int r,
                  int g,
                  int b)
- 
- Specified by:
- getGin interface- HppFilter3Interface
 
- 
 
getB
public short getB(int r,
                  int g,
                  int b)
- 
- Specified by:
- getBin interface- HppFilter3Interface
 
-