UIChromaticAberration
Complete API reference for UIChromaticAberration, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: UI
Component: yes
public class UIChromaticAberration extends Component
Constructors
| Signature | Description |
|---|---|
UIChromaticAberration() | Creates a new instance of UIChromaticAberration. |
Virtual Attributes
| Name | Type | Access | Description |
|---|---|---|---|
falloff | float | get/set | Virtual attribute exposed by getFalloff. Access it like a field to read or write the underlying value. |
strength | float | get/set | Virtual attribute exposed by getStrength. Access it like a field to read or write the underlying value. |
Methods
| Signature | Returns | Description |
|---|---|---|
getFalloff() | float | Returns the current falloff value. |
getStrength() | float | Returns the current strength value. |
setFalloff(float) | void | Sets falloff. |
setStrength(float) | void | Sets strength. |