Class ColorKey


  • class ColorKey
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) float a  
      (package private) float b  
      (package private) float g  
      (package private) float r  
    • Constructor Summary

      Constructors 
      Constructor Description
      ColorKey()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)
      generated by eclipse! woooo!
      int hashCode()
      generated by eclipse! woooo!
      void set​(float argR, float argG, float argB)  
      void set​(float argR, float argG, float argB, float argA)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • r

        float r
      • g

        float g
      • b

        float b
      • a

        float a
    • Constructor Detail

      • ColorKey

        ColorKey()
    • Method Detail

      • set

        public void set​(float argR,
                        float argG,
                        float argB)
      • set

        public void set​(float argR,
                        float argG,
                        float argB,
                        float argA)
      • hashCode

        public int hashCode()
        generated by eclipse! woooo!
        Overrides:
        hashCode in class java.lang.Object
        See Also:
        Object.hashCode()
      • equals

        public boolean equals​(java.lang.Object obj)
        generated by eclipse! woooo!
        Overrides:
        equals in class java.lang.Object
        See Also:
        Object.equals(java.lang.Object)