Interface ColorIterator.ISteppingModel

    • Method Detail

      • clone

        java.lang.Object clone()
        Creates a clone of this stepper.

        Returns:
        a clone of this stepper.
      • doStep

        void doStep​(ColorIterator tostep)
        Performs a step on the given color iterator.

        Parameters:
        tostep - the color iterator to perform a step on.
      • setSteps

        void setSteps​(int steps)
        Sets the amount of steps in the color space.

        Parameters:
        steps - the amount of steps in the color space.