public interface ColorTweaker
| Modifier and Type | Method and Description |
|---|---|
java.awt.Color |
tweakColor(java.awt.Color orig)
Returns a tweaked version of the submitted colour.
|
void |
tweakColor(float[] rgba)
Adjusts in place an array representing the sRGB components of a colour.
|
java.awt.Color tweakColor(java.awt.Color orig)
orig - input colourvoid tweakColor(float[] rgba)
rgba - red, green, blue, alpha arrayCopyright © 2017 Central Laboratory of the Research Councils. All Rights Reserved.