Constructor and Description |
---|
BloomPass(processing.core.PApplet sketch) |
BloomPass(processing.core.PApplet sketch,
float threshold,
int blurSize,
float sigma) |
Modifier and Type | Method and Description |
---|---|
void |
apply(Supervisor supervisor) |
int |
getBlurSize() |
float |
getSigma() |
float |
getThreshold() |
void |
prepare(Supervisor supervisor) |
void |
setBlurSize(int blurSize) |
void |
setSigma(float sigma) |
void |
setThreshold(float threshold) |
public BloomPass(processing.core.PApplet sketch)
public BloomPass(processing.core.PApplet sketch, float threshold, int blurSize, float sigma)
public void prepare(Supervisor supervisor)
public void apply(Supervisor supervisor)
public int getBlurSize()
public void setBlurSize(int blurSize)
public float getSigma()
public void setSigma(float sigma)
public float getThreshold()
public void setThreshold(float threshold)