java.lang.Object
gaiasky.util.gdx.contrib.postprocess.filters.Filter<Luma>
gaiasky.util.gdx.contrib.postprocess.filters.Luma
All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable

public class Luma extends Filter<Luma>
  • Constructor Details

    • Luma

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