public interface ColorTweaker
Modifier and Type | Method and Description |
---|---|
Color |
tweakColor(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.
|
Color tweakColor(Color orig)
orig
- input colourvoid tweakColor(float[] rgba)
rgba
- red, green, blue, alpha arrayCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.