Class Color

    • Constructor Summary

      Constructors 
      Constructor Description
      Color​(int red, int green, int blue)  
      Color​(java.awt.Color color)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getBlue()  
      int getGreen()  
      int getRed()  
      • Methods inherited from class java.lang.Object

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

      • Color

        public Color​(int red,
                     int green,
                     int blue)
      • Color

        public Color​(java.awt.Color color)
    • Method Detail

      • getBlue

        public int getBlue()
      • getGreen

        public int getGreen()
      • getRed

        public int getRed()