JavaFX: Bringing Rich Experiences To All the Screens Of Your Life

Profile: desktop, common

Overview

An effect that allows for per-pixel adjustments of hue, saturation, brightness, and contrast.

Attribute Summary

nametypedescription
Public
brightnessNumber

The brightness adjustment value.

More: [+]

The brightness adjustment value.

       Min: -1.0
       Max: +1.0
   Default:  0.0
  Identity:  0.0
 

contrastNumber

The contrast adjustment value.

More: [+]

The contrast adjustment value.

       Min: 0.25
       Max: 4.00
   Default: 1.00
  Identity: 1.00
 

hueNumber

The hue adjustment value.

More: [+]

The hue adjustment value.

       Min: -1.0
       Max: +1.0
   Default:  0.0
  Identity:  0.0
 

inputEffect

The input for this Effect.

More: [+]

The input for this Effect. If left unspecified, the source content will be used as the input.

saturationNumber

The saturation adjustment value.

More: [+]

The saturation adjustment value.

       Min: -1.0
       Max: +1.0
   Default:  0.0
  Identity:  0.0
 

Protected

Inherited Attributes

Inherited Functions

javafx.scene.effect.Effect

public getAccelType(config: java.awt.GraphicsConfiguration) : java.lang.String

Returns a String representing the type of hardware acceleration, if any, that is used when applying this Effect on the given GraphicsConfiguration.

More: [+]

Returns a String representing the type of hardware acceleration, if any, that is used when applying this Effect on the given GraphicsConfiguration. This method is intended for informational or debugging purposes only.

Parameters
config
Returns
String