Package com.prineside.tdi2.ui.actors
Class ScreenBorderGradient
java.lang.Object
com.prineside.tdi2.ui.actors.ScreenBorderGradient
- All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
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)
-
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 interfacecom.badlogic.gdx.utils.Disposable
-