Class ThresholdFilter

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

public class ThresholdFilter extends FxFilter
  • Field Details

    • gamma

      public float gamma
  • Constructor Details

    • ThresholdFilter

      public ThresholdFilter()
  • 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