Class HaloTextHelper.ColorRGB

java.lang.Object
zombie.characters.HaloTextHelper.ColorRGB
Enclosing class:
HaloTextHelper

public static class HaloTextHelper.ColorRGB
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    int a  
    int b  
    int g  
    int r  
  • Constructor Summary

    Constructors
    Constructor Description
    ColorRGB​(int int1, int int2, int int3)  
  • 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

    • ColorRGB

      public ColorRGB​(int int1, int int2, int int3)