math.fractal
Interface ColorFunctionInterface

All Known Implementing Classes:
CarlFunction, MandelbrotFunction

public interface ColorFunctionInterface


Method Summary
 int getColor(float x, float y)
           
 

Method Detail

getColor

int getColor(float x,
             float y)