Package | Description |
---|---|
info.monitorenter.gui.util |
Unused package intended for automatic color choosing with the visually most
different colors.
|
Modifier and Type | Class and Description |
---|---|
static class |
ColorIterator.ADefaultStepping
Just for protected internal float stepping.
|
static class |
ColorIterator.AlphaStepper
A stepping model that steps on the alpha channel of the HSB color space.
|
static class |
ColorIterator.APiggyBackStepper
Base class for stepping models that may step in each direction of the Hue
Saturation Luminance color space.
|
static class |
ColorIterator.HSBStepper
Performs hue steps until it has walked the whole hue line, then performs a
saturation step to start with hue steps again.
|
static class |
ColorIterator.HSStepper
Performs hue steps until it has walked the whole hue line, then performs a
saturation step to start with hue steps again.
|
static class |
ColorIterator.HueStepper
A stepper that walks along the hue line of the color space.
|
static class |
ColorIterator.LuminanceStepper
A stepping model that steps on the luminance line of the HSB color space.
|
static class |
ColorIterator.SaturationStepper
A stepping model that steps on the saturation line of the HSB color space.
|
Constructor and Description |
---|
ColorIterator(Color startColor,
ColorIterator.ISteppingModel stepper)
Creates an instance that starts with the given color and uses the given
stepper for iteration.
|
Copyright © 2019. All rights reserved.