com.mebigfatguy.pixelle
Interface PixelleExpr


public interface PixelleExpr

an interface that dynamically generated classes must implement to evaluate pixel component values.


Method Summary
 double eval(PixelleEval[] exprs, int x, int y)
           
 void setOutputSize(int width, int height)
           
 

Method Detail

setOutputSize

void setOutputSize(int width,
                   int height)

eval

double eval(PixelleEval[] exprs,
            int x,
            int y)


Copyright © 2008 MeBigFatGuy.com. All Rights Reserved.