Class ScreenBorderGradient

java.lang.Object
com.prineside.tdi2.ui.actors.ScreenBorderGradient
All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable

public class ScreenBorderGradient extends Object implements com.badlogic.gdx.utils.Disposable
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Releases all resources of this object.
    void
    flash(com.badlogic.gdx.graphics.Color fromColor, float fadeDuration)
     
    void
    fullscreenFlash(com.badlogic.gdx.graphics.Color fromColor, float fadeDuration, com.badlogic.gdx.math.Interpolation interpolation)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ScreenBorderGradient

      public ScreenBorderGradient()
  • Method Details

    • flash

      public void flash(com.badlogic.gdx.graphics.Color fromColor, float fadeDuration)
    • fullscreenFlash

      public void fullscreenFlash(com.badlogic.gdx.graphics.Color fromColor, float fadeDuration, com.badlogic.gdx.math.Interpolation interpolation)
    • dispose

      public void dispose()
      Description copied from interface: com.badlogic.gdx.utils.Disposable
      Releases all resources of this object.
      Specified by:
      dispose in interface com.badlogic.gdx.utils.Disposable