j2d.hpp
Interface HppFilter3Interface

All Known Implementing Classes:
GreyHppFilter3, Threshold3Processor

public interface 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)
           
 

Method Detail

getR

short getR(int r,
           int g,
           int b)

getG

short getG(int r,
           int g,
           int b)

getB

short getB(int r,
           int g,
           int b)