UIBloom
Complete API reference for UIBloom, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: UI
Component: yes
public class UIBloom extends Component
Constructors
| Signature | Description |
|---|---|
UIBloom() | Creates a new instance of UIBloom. |
Virtual Attributes
| Name | Type | Access | Description |
|---|---|---|---|
blurRadius | float | get/set | Virtual attribute exposed by getBlurRadius. 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. |
quality | Quality | get/set | Virtual attribute exposed by getQuality. Access it like a field to read or write the underlying value. |
threshold | float | get/set | Virtual attribute exposed by getThreshold. Access it like a field to read or write the underlying value. |
Methods
| Signature | Returns | Description |
|---|---|---|
getIntensity() | float | Returns the current intensity value. |
getThreshold() | float | Returns the current threshold value. |
getBlurRadius() | float | Returns the current blurRadius value. |
getQuality() | Quality | Returns the current quality value. |
setIntensity(float) | void | Sets intensity. |
setThreshold(float) | void | Sets threshold. |
setBlurRadius(float) | void | Sets blurRadius. |
setQuality(Quality) | void | Sets quality. |