Overview
An effect that returns a mask that is the inverse of the input (i.e., opaque areas of the input become transparent and vice versa).
Profile: desktop
Variable Summary
| access | name | type | Can Read | Can Init | Can Write | Default Value | description |
|---|---|---|---|---|---|---|---|
| public | input | Effect | ![]() | ![]() | ![]() | null |
The input for this
The input for this |
| public | pad | Number | ![]() | ![]() | ![]() | 10.0 |
The amount of padding added to each side of the resulting image, in pixels.
The amount of padding added to each side of the resulting image, in pixels.
Min: 0.0
Max: n/a
Default: 10.0
Identity: 0.0
10.0
|
Inherited Variables
Function Summary
- public impl_getImpl() : com.sun.scenario.effect.Effect
Inherited Functions
javafx.scene.effect.Effect
- public getAccelType(config: java.awt.GraphicsConfiguration) : java.lang.String
-
Returns a
Stringrepresenting the type of hardware acceleration, if any, that is used when applying thisEffecton the givenGraphicsConfiguration.
Returns a
Stringrepresenting the type of hardware acceleration, if any, that is used when applying thisEffecton the givenGraphicsConfiguration. This method is intended for informational or debugging purposes only.-
Parameters
- config
-
Returns
- String
- public abstract impl_getImpl() : com.sun.scenario.effect.Effect
