Class ColorIterator.APiggyBackStepper

    • Constructor Detail

      • APiggyBackStepper

        public APiggyBackStepper()
        Creates an instance with an amount of steps of 100 for hue, saturation and luminance.

      • APiggyBackStepper

        public APiggyBackStepper​(int hueSteps,
                                 int satSteps,
                                 int lumSteps)
        Creates an instance that uses the given amount of steps for hue, luminance and saturation.

        Parameters:
        hueSteps - the amount of steps on the hue line of the HSB color space.
        satSteps - the amount of steps on the saturation line of the HSB color space.
        lumSteps - the amount of steps on the luminance line of the HSB color space.