Class ColorBase

  • Direct Known Subclasses:
    Color

    public class ColorBase
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ColorBase​(float r, float g, float b, float a)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      float getA()  
      float getB()  
      float getG()  
      float getR()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ColorBase

        public ColorBase​(float r,
                         float g,
                         float b,
                         float a)
    • Method Detail

      • getR

        public float getR()
      • getG

        public float getG()
      • getB

        public float getB()
      • getA

        public float getA()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object