1 /*
2 * Created by DocJava, Inc.
3 * User: lyon
4 * Date: Feb 28, 2003
5 * Time: 7:42:23 AM
6 */
7 package j2d.hpp;
8
9 public interface HppFilter3Interface {
10 public short getR(int r, int g, int b);
11 public short getG(int r, int g, int b);
12 public short getB(int r, int g, int b);
13 }
14