Class BlurEffect2DMetadata

Defines properties and message types for BlurEffect2D.

Inherits properties and message types from NodeEffect2DMetadata.

Property Types

See also PropertyType
BlurEffect2DMetadata.RadiusProperty

Sets the amount of blur by defining the radius of the circular area of pixels that blend into each other. The blur radius also determines the distance in pixels that the blur expands the render area by extending outward from an edge, unless you enable the Masked Blur property. To disable the blur effect, set this property to 0. The default value is 8.

BlurEffect2DMetadata.QualityProperty

Sets the visual quality of the blur. Lower quality uses less computing and memory resources.

BlurEffect2DMetadata.MaskedProperty

Sets whether to blur only the pixels whose alpha channel value is not zero. When you enable this property, the blur does not spread to fully transparent pixels and the edges of the content stay sharp. The default value is false.

Message Types

See also MessageType

Message Arguments

Message arguments classes define message arguments used for different message types. Each class defines a number of property types - arguments - together with getter and setter functions for them.