Package | Description |
---|---|
info.monitorenter.gui.util |
Unused package intended for automatic color choosing with the visually most
different colors.
|
Modifier and Type | Field and Description |
---|---|
protected HSBColor |
ColorIterator.m_iterate
Reference to the currently iterated color.
|
protected HSBColor |
ColorIterator.m_startColor
The starting color which is also used to detect if a whole iteration has
been performed.
|
Modifier and Type | Method and Description |
---|---|
static HSBColor |
HSBColor.rgbToHSB(Color color)
Inspired by
float[] java.awt.Color.RGBtoHSB(int r,int g, int b, float[]hsbvals)
except that algorithm is tuned Testing results showed about 25% speed up. |
Copyright © 2018. All rights reserved.