Overview
A high-level effect that makes the input image appear to glow, based on a configurable threshold.
Attribute Summary
name | type | description |
---|---|---|
Public | ||
input | Effect |
The input for this The input for this |
level | Number |
The level value, which controls the intensity of the glow effect. More: [+]The level value, which controls the intensity of the glow effect. Min: 0.0 Max: 1.0 Default: 0.3 Identity: 0.0 |
Protected |
Inherited Attributes
Inherited Functions
javafx.scene.effect.Effect
- public getAccelType(config: java.awt.GraphicsConfiguration) : java.lang.String
-
Returns a
More: [+]String
representing the type of hardware acceleration, if any, that is used when applying thisEffect
on the givenGraphicsConfiguration
.Returns a
String
representing the type of hardware acceleration, if any, that is used when applying thisEffect
on the givenGraphicsConfiguration
. This method is intended for informational or debugging purposes only.-
Parameters
- config
-
Returns
- String