Skip to main content

FilterBloom

class FilterBloom

This filter produces fringes (or feathers) of light that extend from the edges of bright areas in an image, contributing to the illusion of extremely bright light overwhelming the camera.


public class FilterBloom extends CameraFilter

— Constructors (1) —

ConstructorDescription
FilterBloom()Creates a new FilterBloom.

— Methods (6) —

NameDescription
float getResolution()Returns the current resolution of the FilterBloom.
void setResolution(float value)Sets the current resolution of the FilterBloom to be "value" argument.
float getIntensity()Returns the current intensity of the FilterBloom.
void setIntensity(float value)Sets the current intensity of the FilterBloom to be "value" argument.
float getSize()Returns the current application size of the FilterBloom.
void setSize(float value)Sets the current application size of the FilterBloom to be "value" argument.