Class UiColor

  • All Implemented Interfaces:
    UiObject

    public class UiColor
    extends java.lang.Object
    implements UiObject
    THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
    • Field Detail

      • red

        protected int red
      • green

        protected int green
      • blue

        protected int blue
      • alpha

        protected float alpha
    • Constructor Detail

      • UiColor

        @Deprecated
        public UiColor()
        Deprecated.
        Only for Jackson deserialization. Use the other constructor instead.
      • UiColor

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

      • toString

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

        public int getRed()
      • getGreen

        public int getGreen()
      • getBlue

        public int getBlue()
      • getAlpha

        public float getAlpha()
      • setAlpha

        public UiColor setAlpha​(float alpha)