Class UnsharpMaskFilter

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

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

    • UnsharpMaskFilter

      public UnsharpMaskFilter()
      Creates an unsharp mask filter.
  • Method Details

    • setSharpenFactor

      public void setSharpenFactor(float sf)
    • rebind

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