Class WorldMapStyleLayer.ColorStop
java.lang.Object
zombie.worldMap.styles.WorldMapStyleLayer.Stop
zombie.worldMap.styles.WorldMapStyleLayer.ColorStop
- Enclosing class:
WorldMapStyleLayer
-
Field Summary
FieldsFields inherited from class zombie.worldMap.styles.WorldMapStyleLayer.Stop
m_zoom
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
r
public int r -
g
public int g -
b
public int b -
a
public int a
-
-
Constructor Details
-
ColorStop
public ColorStop(float zoom, int _r, int _g, int _b, int _a)
-