Class Color

  • All Implemented Interfaces:
    Serializable

    public class Color
    extends Object
    implements Serializable

    This class is a simple RGB color values holder.

    It was introduced in 1.2.0 to replace usage of Color which is a restricted class on Google AppEngine.

    Since:
    1.2.0
    Author:
    Peter Knego
    See Also:
    Serialized Form
    • Constructor Detail

      • Color

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

      • getRed

        public int getRed()
      • getGreen

        public int getGreen()
      • getBlue

        public int getBlue()