Skip to main content

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

SignatureDescription
UIBloom()Creates a new instance of UIBloom.

Virtual Attributes

NameTypeAccessDescription
blurRadiusfloatget/setVirtual attribute exposed by getBlurRadius. Access it like a field to read or write the underlying value.
intensityfloatget/setVirtual attribute exposed by getIntensity. Access it like a field to read or write the underlying value.
qualityQualityget/setVirtual attribute exposed by getQuality. Access it like a field to read or write the underlying value.
thresholdfloatget/setVirtual attribute exposed by getThreshold. Access it like a field to read or write the underlying value.

Methods

SignatureReturnsDescription
getIntensity()floatReturns the current intensity value.
getThreshold()floatReturns the current threshold value.
getBlurRadius()floatReturns the current blurRadius value.
getQuality()QualityReturns the current quality value.
setIntensity(float)voidSets intensity.
setThreshold(float)voidSets threshold.
setBlurRadius(float)voidSets blurRadius.
setQuality(Quality)voidSets quality.