Package zombie.worldMap.styles
Class WorldMapStyleLayer.RGBAf
java.lang.Object
zombie.worldMap.styles.WorldMapStyleLayer.RGBAf
- Enclosing class:
- WorldMapStyleLayer
public static final class WorldMapStyleLayer.RGBAf
extends java.lang.Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description RGBAf()
-
Method Summary
Modifier and Type Method Description WorldMapStyleLayer.RGBAf
init(float float1, float float2, float float3, float float4)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
r
public float r -
g
public float g -
b
public float b -
a
public float a -
s_pool
-
-
Constructor Details
-
RGBAf
public RGBAf()
-
-
Method Details
-
init
-