Class SumoColor

    • Field Detail

      • r

        public byte r
      • g

        public byte g
      • b

        public byte b
      • a

        public byte a
    • Constructor Detail

      • SumoColor

        public SumoColor()
      • SumoColor

        public SumoColor​(int r,
                         int g,
                         int b,
                         int a)