Package games.stendhal.client.gui
Class TransparencyMode
java.lang.Object
games.stendhal.client.gui.TransparencyMode
Class for determining the used transparency mode. The behavior depends on the
setting ui.transparency. Mode "bitmask" means bitmask transparency, and
"translucent" means that full alpha transparency is used. Mode "auto", means
that the appropriate mode is decided based on a speed test.
-
Field Summary
Modifier and TypeFieldDescriptionstatic int
The transparency mode that should be used for images. -
Method Summary
-
Field Details
-
TRANSPARENCY
public static final int TRANSPARENCYThe transparency mode that should be used for images.
-