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 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)