Overview
An effect that blends the two inputs together using one of the
pre-defined BlendMode
s.
Attribute Summary
name | type | description |
---|---|---|
Public | ||
bottomInput | Effect |
The bottom input for this The bottom input for this |
mode | BlendMode |
The The Min: n/a Max: n/a Default: BlendMode.SRC_OVER Identity: n/a |
opacity | Number |
The opacity value, which is modulated with the top input prior to blending. More: [+]The opacity value, which is modulated with the top input prior to blending. Min: 0.0 Max: 1.0 Default: 1.0 Identity: 1.0 |
topInput | Effect |
The top input for this The top input for this |
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