UIVHSFilter
Complete API reference for UIVHSFilter, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: UI
Component: yes
public class UIVHSFilter extends Component
Constructors
| Signature | Description |
|---|---|
UIVHSFilter() | Creates a new instance of UIVHSFilter. |
Virtual Attributes
| Name | Type | Access | Description |
|---|---|---|---|
colorBleed | float | get/set | Virtual attribute exposed by getColorBleed. Access it like a field to read or write the underlying value. |
desaturation | float | get/set | Virtual attribute exposed by getDesaturation. Access it like a field to read or write the underlying value. |
distortion | float | get/set | Virtual attribute exposed by getDistortion. Access it like a field to read or write the underlying value. |
intensity | float | get/set | Virtual attribute exposed by getIntensity. Access it like a field to read or write the underlying value. |
noiseStrength | float | get/set | Virtual attribute exposed by getNoiseStrength. Access it like a field to read or write the underlying value. |
scanlineStrength | float | get/set | Virtual attribute exposed by getScanlineStrength. Access it like a field to read or write the underlying value. |
time | float | get/set | Virtual attribute exposed by getTime. Access it like a field to read or write the underlying value. |
trackingBandHeight | float | get/set | Virtual attribute exposed by getTrackingBandHeight. Access it like a field to read or write the underlying value. |
trackingNoise | float | get/set | Virtual attribute exposed by getTrackingNoise. Access it like a field to read or write the underlying value. |
trackingSpeed | float | get/set | Virtual attribute exposed by getTrackingSpeed. Access it like a field to read or write the underlying value. |
trackingStrength | float | get/set | Virtual attribute exposed by getTrackingStrength. Access it like a field to read or write the underlying value. |
Methods
| Signature | Returns | Description |
|---|---|---|
getColorBleed() | float | Returns the current colorBleed value. |
getDesaturation() | float | Returns the current desaturation value. |
getDistortion() | float | Returns the current distortion value. |
getIntensity() | float | Returns the current intensity value. |
getNoiseStrength() | float | Returns the current noiseStrength value. |
getScanlineStrength() | float | Returns the current scanlineStrength value. |
getTrackingBandHeight() | float | Returns the current trackingBandHeight value. |
getTrackingNoise() | float | Returns the current trackingNoise value. |
getTrackingSpeed() | float | Returns the current trackingSpeed value. |
getTrackingStrength() | float | Returns the current trackingStrength value. |
setColorBleed(float) | void | Sets colorBleed. |
setDesaturation(float) | void | Sets desaturation. |
setDistortion(float) | void | Sets distortion. |
setIntensity(float) | void | Sets intensity. |
setNoiseStrength(float) | void | Sets noiseStrength. |
setScanlineStrength(float) | void | Sets scanlineStrength. |
setTrackingBandHeight(float) | void | Sets trackingBandHeight. |
setTrackingNoise(float) | void | Sets trackingNoise. |
setTrackingSpeed(float) | void | Sets trackingSpeed. |
setTrackingStrength(float) | void | Sets trackingStrength. |
getTime() | float | Returns the current time value. |
setTime(float) | void | Sets time. |