com.jhlabs.image
Class PlasmaFilter
- BufferedImageOp, Cloneable
public class PlasmaFilter
turbulence
public float turbulence
PlasmaFilter
public PlasmaFilter()
filterPixels
protected int[] filterPixels(int width,
int height,
int[] inPixels,
Rectangle transformedSpace)
- filterPixels in interface WholeImageFilter
getColormap
public Colormap getColormap()
Get the colormap to be used for the filter.
getScaling
public float getScaling()
getSeed
public int getSeed()
getTurbulence
public float getTurbulence()
Returns the turbulence of the effect.
- the turbulence of the effect.
getUseColormap
public boolean getUseColormap()
getUseImageColors
public boolean getUseImageColors()
randomize
public void randomize()
setColormap
public void setColormap(Colormap colormap)
Set the colormap to be used for the filter.
setScaling
public void setScaling(float scaling)
setSeed
public void setSeed(int seed)
setTurbulence
public void setTurbulence(float turbulence)
Specifies the turbulence of the texture.
turbulence
- the turbulence of the texture.
setUseColormap
public void setUseColormap(boolean useColormap)
setUseImageColors
public void setUseImageColors(boolean useImageColors)
toString
public String toString()