Package zombie.worldMap.styles
Class WorldMapStyleLayer.ColorStop
java.lang.Object
zombie.worldMap.styles.WorldMapStyleLayer.Stop
zombie.worldMap.styles.WorldMapStyleLayer.ColorStop
- Enclosing class:
- WorldMapStyleLayer
public static class WorldMapStyleLayer.ColorStop extends WorldMapStyleLayer.Stop
-
Field Summary
Fields inherited from class zombie.worldMap.styles.WorldMapStyleLayer.Stop
m_zoom
-
Constructor Summary
Constructors Constructor Description ColorStop(float float1, int int1, int int2, int int3, int int4)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
r
public int r -
g
public int g -
b
public int b -
a
public int a
-
-
Constructor Details
-
ColorStop
public ColorStop(float float1, int int1, int int2, int int3, int int4)
-