Class ColorFunctions.Mix2

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.awt.Color color1  
      float weight  
    • Constructor Summary

      Constructors 
      Constructor Description
      Mix2​(java.awt.Color color1, float weight)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void apply​(float[] hsla)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • color1

        public final java.awt.Color color1
      • weight

        public final float weight
    • Constructor Detail

      • Mix2

        public Mix2​(java.awt.Color color1,
                    float weight)
    • Method Detail

      • toString

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