See: Description
| Interface | Description |
|---|---|
| ColorIterator.ISteppingModel |
Defines the strategy of walking through the HSB color space.
|
| IColorDistributor |
An interface for distributing colors.
|
| Class | Description |
|---|---|
| ColorIcon |
An icon that displays a rectangular
. |
| ColorIterator |
Iterator of the color space.
|
| ColorIterator.ADefaultStepping |
Just for protected internal float stepping.
|
| ColorIterator.AlphaStepper |
A stepping model that steps on the alpha channel of the HSB color space.
|
| ColorIterator.APiggyBackStepper |
Base class for stepping models that may step in each direction of the Hue
Saturation Luminance color space.
|
| ColorIterator.HSBStepper |
Performs hue steps until it has walked the whole hue line, then performs a
saturation step to start with hue steps again.
|
| ColorIterator.HSStepper |
Performs hue steps until it has walked the whole hue line, then performs a
saturation step to start with hue steps again.
|
| ColorIterator.HueStepper |
A stepper that walks along the hue line of the color space.
|
| ColorIterator.LuminanceStepper |
A stepping model that steps on the luminance line of the HSB color space.
|
| ColorIterator.SaturationStepper |
A stepping model that steps on the saturation line of the HSB color space.
|
| ColorMutable |
Mutable
implementation. |
| HSBColor |
Color that internally works with the Hue Saturation Luminance color space.
|
| IteratorITracePoint2DUtil |
Utility class helper, created for supporting data accumulation of
ITrace2DDataAccumulating. |
| IteratorITracePoint2DUtil.SkipResult |
Simple struct to return the last skipped
ITracePoint2D along with
the skip count. |
| Messages |
Message bundle for externalization.
|
| TracePoint2DUtil |
Utility helper class for basic computations on
instances. |
This has been developed long ago but never was finished. Nice design though so it cannot be dropped and will sometimes perhaps be used.
Copyright © 2017. All rights reserved.