Class ToDoColor

  • All Implemented Interfaces:
    java.io.Serializable

    public class ToDoColor
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • ToDoColor

        public ToDoColor​(int r,
                         int g,
                         int b)
      • ToDoColor

        public ToDoColor​(int r,
                         int g,
                         int b,
                         int a)
      • ToDoColor

        public ToDoColor​(ToDoColor background)
    • Method Detail

      • getRGB

        public int getRGB()
      • getRed

        public int getRed()
      • getGreen

        public int getGreen()
      • getBlue

        public int getBlue()
      • getAlpha

        public int getAlpha()
      • isWhite

        public boolean isWhite()
      • asCSS

        public java.lang.String asCSS()