Spec-Zone .ru
спецификации, руководства, описания, API

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

expand all

Profile: desktop, common

Overview

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

Profile: common conditional effect

Variable Summary

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
publicbrightnessNumber0.0

The brightness adjustment value.

The brightness adjustment value.

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

0.0  
publiccontrastNumber1.0

The contrast adjustment value.

The contrast adjustment value.

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

1.0  
publichueNumber0.0

The hue adjustment value.

The hue adjustment value.

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

0.0  
publicinputEffectnull

The input for this Effect.

The input for this Effect. If set to null, or left unspecified, a graphical image of the Node to which the Effect is attached will be used as the input.

null  
publicsaturationNumber0.0

The saturation adjustment value.

The saturation adjustment value.

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

0.0  

Inherited Variables

Function Summary

Inherited Functions

javafx.scene.effect.Effect