java.lang.Object
gaiasky.util.gdx.contrib.postprocess.filters.Filter<Threshold>
gaiasky.util.gdx.contrib.postprocess.filters.Threshold

public final class Threshold extends Filter<Threshold>
  • Constructor Details

    • Threshold

      public Threshold()
  • Method Details

    • setThreshold

      public void setThreshold(float threshold)
    • getThreshold

      public float getThreshold()
    • onBeforeRender

      protected void onBeforeRender()
      Description copied from class: Filter
      This method will get called just before a rendering operation occurs.
      Specified by:
      onBeforeRender in class Filter<Threshold>
    • rebind

      public void rebind()
      Specified by:
      rebind in class Filter<Threshold>