Class Color

    • Field Detail

      • red

        protected int red
      • green

        protected int green
      • blue

        protected int blue
    • Constructor Detail

      • Color

        public Color()
    • Method Detail

      • getRed

        public int getRed()
        Gets the value of the red property.
        Specified by:
        getRed in interface Color
      • setRed

        public void setRed​(int value)
        Sets the value of the red property.
        Specified by:
        setRed in interface Color
      • getGreen

        public int getGreen()
        Gets the value of the green property.
        Specified by:
        getGreen in interface Color
      • setGreen

        public void setGreen​(int value)
        Sets the value of the green property.
        Specified by:
        setGreen in interface Color
      • getBlue

        public int getBlue()
        Gets the value of the blue property.
        Specified by:
        getBlue in interface Color
      • setBlue

        public void setBlue​(int value)
        Sets the value of the blue property.
        Specified by:
        setBlue in interface Color