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

    Fields
    Modifier and Type Field Description
    float a  
    float b  
    float g  
    float r  
    static ObjectPool s_pool  
  • 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

      public static final ObjectPool s_pool
  • Constructor Details

    • RGBAf

      public RGBAf()
  • Method Details