Class LumaFilter

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

public class LumaFilter extends Filter<LumaFilter>
  • Constructor Details

    • LumaFilter

      public LumaFilter()
  • Method Details

    • enableProgramLuma

      public void enableProgramLuma()
    • enableProgramAvg

      public void enableProgramAvg()
    • enableProgramMax

      public void enableProgramMax()
    • setImageSize

      public void setImageSize(float w, float h)
    • setTexelSize

      public void setTexelSize(float u, float v)
    • setLodLevel

      public void setLodLevel(float lodLevel)
    • rebind

      public void rebind()
      Specified by:
      rebind in class Filter<LumaFilter>
    • 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<LumaFilter>