com.threerings.opengl.gui.background
Class TintedBackground
java.lang.Object
com.threerings.opengl.gui.background.Background
com.threerings.opengl.gui.background.TintedBackground
public class TintedBackground
- extends Background
Displays a partially transparent solid color in the background.
|
Method Summary |
void |
render(Renderer renderer,
int x,
int y,
int width,
int height,
float alpha)
Renders this background. |
TintedBackground
public TintedBackground(Color4f color)
- Creates a tinted background with the specified color.
render
public void render(Renderer renderer,
int x,
int y,
int width,
int height,
float alpha)
- Description copied from class:
Background
- Renders this background.
- Overrides:
render in class Background
Copyright © 2011. All Rights Reserved.