Class NoiseFilter

java.lang.Object
arc.fx.FxFilter
arc.fx.filters.NoiseFilter
All Implemented Interfaces:
Disposable

public class NoiseFilter extends FxFilter
  • Field Details

    • amount

      public float amount
    • speed

      public float speed
  • Constructor Details

    • NoiseFilter

      public NoiseFilter(float amount, float speed)
  • Method Details

    • setParams

      public void setParams()
      Description copied from class: FxFilter
      Concrete objects shall be responsible to recreate or rebind its own resources whenever its needed, usually when the OpenGL context is lost. Eg., framebuffer textures should be updated and shader parameters should be reuploaded/rebound.
      Overrides:
      setParams in class FxFilter