com.jhlabs.image
Class ChromeFilter
- BufferedImageOp, Cloneable
public class ChromeFilter
A filter which simulates chrome.
AMBIENT , BUMPS_FROM_BEVEL , BUMPS_FROM_IMAGE , BUMPS_FROM_IMAGE_ALPHA , BUMPS_FROM_MAP , COLORS_CONSTANT , COLORS_FROM_IMAGE , DISTANT , POINT , SPOT , r255 |
BufferedImage | filter(BufferedImage src, BufferedImage dst)
|
float | getAmount() - Get the amount of chrome.
|
float | getExposure() - Get the exppsure of the effect.
|
void | setAmount(float amount) - Set the amount of effect.
|
void | setExposure(float exposure) - Set the exppsure of the effect.
|
String | toString()
|
addLight , filterPixels , getBumpFunction , getBumpHeight , getBumpSoftness , getBumpSource , getColorSource , getDiffuseColor , getEnvironmentMap , getLights , getMaterial , getViewDistance , phongShade , removeLight , setBumpFunction , setBumpHeight , setBumpSoftness , setBumpSource , setColorSource , setDiffuseColor , setEnvironmentMap , setFromRGB , setMaterial , setViewDistance , toString |
getAmount
public float getAmount()
Get the amount of chrome.
getExposure
public float getExposure()
Get the exppsure of the effect.
setAmount
public void setAmount(float amount)
Set the amount of effect.
setExposure
public void setExposure(float exposure)
Set the exppsure of the effect.