Constructor and Description |
---|
BrightnessContrastPass(processing.core.PApplet sketch) |
BrightnessContrastPass(processing.core.PApplet sketch,
float brightness,
float contrast) |
Modifier and Type | Method and Description |
---|---|
float |
getBrightness() |
float |
getContrast() |
void |
prepare(Supervisor supervisor) |
void |
setBrightness(float brightness) |
void |
setContrast(float contrast) |
public BrightnessContrastPass(processing.core.PApplet sketch)
public BrightnessContrastPass(processing.core.PApplet sketch, float brightness, float contrast)
public void prepare(Supervisor supervisor)
public float getBrightness()
public void setBrightness(float brightness)
public float getContrast()
public void setContrast(float contrast)