A whole range of color effects produces results similar to the Instagram filters from Instagram. In upcoming sections, we will look at the following color effects:
- ColorAdjust
- ColorInput
- SepiaTone
- Bloom
- Glow
A whole range of color effects produces results similar to the Instagram filters from Instagram. In upcoming sections, we will look at the following color effects:
The ColorAdjust effect allows us to change the following properties of any node (usually, it is applied to images):
Refer to the following screenshot:
You can really only see how it works in action, so I advise you to run the following sample and try the corresponding controls:
// chapter8/colors/ColorAdjustDemo
public void start(Stage primaryStage) {
// you can use any local image here, I've just provided web one to simplify project...