Class Color


  • public class Color
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      byte a  
      byte b  
      byte g  
      byte r  
    • Constructor Summary

      Constructors 
      Constructor Description
      Color()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • r

        public byte r
      • g

        public byte g
      • b

        public byte b
      • a

        public byte a
    • Constructor Detail

      • Color

        public Color()