Class BaseLight<T extends BaseLight<T>>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      Color color  
    • Constructor Summary

      Constructors 
      Constructor Description
      BaseLight()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T setColor​(float r, float g, float b, float a)  
      T setColor​(Color color)  
      • Methods inherited from class java.lang.Object

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

      • color

        public final Color color
    • Constructor Detail

      • BaseLight

        public BaseLight()
    • Method Detail

      • setColor

        public T setColor​(float r,
                          float g,
                          float b,
                          float a)
      • setColor

        public T setColor​(Color color)