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