Package | Description |
---|---|
com.teamdev.jxbrowser.ui |
The utility classes for the user interface (UI) related functionality.
|
Modifier and Type | Method and Description |
---|---|
Color.Builder |
Color.Builder.alpha(float alpha)
Sets the alpha channel value in the
0..1 range. |
Color.Builder |
Color.Builder.blue(float blue)
Sets the blue channel value in the
0..1 range. |
Color.Builder |
Color.Builder.green(float green)
Sets the green channel value in the
0..1 range. |
static Color.Builder |
Color.newBuilder()
Creates a new
Color builder with the given required parameters. |
Color.Builder |
Color.Builder.red(float red)
Sets the red channel value in the
0..1 range. |