Class ColorFunctions.HSLIncreaseDecrease

    • Constructor Summary

      Constructors 
      Constructor Description
      HSLIncreaseDecrease​(int hslIndex, boolean increase, float amount, boolean relative, boolean autoInverse)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void apply​(float[] hsla)  
      protected boolean shouldInverse​(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

      • hslIndex

        public final int hslIndex
      • increase

        public final boolean increase
      • amount

        public final float amount
      • relative

        public final boolean relative
      • autoInverse

        public final boolean autoInverse
    • Constructor Detail

      • HSLIncreaseDecrease

        public HSLIncreaseDecrease​(int hslIndex,
                                   boolean increase,
                                   float amount,
                                   boolean relative,
                                   boolean autoInverse)
    • Method Detail

      • shouldInverse

        protected boolean shouldInverse​(float[] hsla)
      • toString

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