Constructor and Description |
---|
NoisePass(processing.core.PApplet sketch) |
NoisePass(processing.core.PApplet sketch,
float amount,
float speed) |
Modifier and Type | Method and Description |
---|---|
float |
getAmount() |
float |
getSpeed() |
void |
prepare(Supervisor supervisor) |
void |
setAmount(float amount) |
void |
setSpeed(float speed) |
public NoisePass(processing.core.PApplet sketch)
public NoisePass(processing.core.PApplet sketch, float amount, float speed)
public void prepare(Supervisor supervisor)
public float getAmount()
public void setAmount(float amount)
public float getSpeed()
public void setSpeed(float speed)