Class ThresholdFilter

java.lang.Object
gaiasky.render.postprocess.filters.Filter<ThresholdFilter>
gaiasky.render.postprocess.filters.ThresholdFilter
All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable

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

    • ThresholdFilter

      public ThresholdFilter()
  • Method Details

    • getThreshold

      public float getThreshold()
    • setThreshold

      public void setThreshold(float threshold)
    • 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<ThresholdFilter>
    • rebind

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