j2d.hpp
Interface HppFilterInterface

All Known Implementing Classes:
ContrastFilter, EnaheFilter, EqualizationFilter, InvertFilter, NoOpFilter, OriginalColorFilter, PseudoColorFilter, ThresholdProcessor

public interface HppFilterInterface


Method Summary
 short getB(int b)
           
 short getG(int g)
           
 short getR(int r)
           
 

Method Detail

getR

short getR(int r)

getG

short getG(int g)

getB

short getB(int b)