Class GlStateManager.Color

  • Enclosing class:
    GlStateManager

    @Deprecated
    static class GlStateManager.Color
    extends java.lang.Object
    Deprecated.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      float a
      Deprecated.
       
      float b
      Deprecated.
       
      float g
      Deprecated.
       
      float r
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      Color()
      Deprecated.
       
      Color​(float p_i50869_1_, float p_i50869_2_, float p_i50869_3_, float p_i50869_4_)
      Deprecated.
       
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • r

        public float r
        Deprecated.
      • g

        public float g
        Deprecated.
      • b

        public float b
        Deprecated.
      • a

        public float a
        Deprecated.
    • Constructor Detail

      • Color

        public Color()
        Deprecated.
      • Color

        public Color​(float p_i50869_1_,
                     float p_i50869_2_,
                     float p_i50869_3_,
                     float p_i50869_4_)
        Deprecated.