BlurFilter class

Inheritance

Constructors

BlurFilter([int blurX = 4, int blurY = 4, int quality = 1])

Properties

blurX int
The horizontal blur radius in the range from 0 to 64.
getter/setter pair
blurY int
The vertical blur radius in the range from 0 to 64.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isSimple bool
no setterinherited
overlap Rectangle<int>
no setteroverride
quality int
The quality of the blur effect in the range from 1 to 5. A small value is sufficient for small blur radii, a high blur radius may require a higher quality setting.
getter/setter pair
renderPassSources List<int>
no setteroverride
renderPassTargets List<int>
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

apply(BitmapData bitmapData, [Rectangle<num>? rectangle]) → void
override
clone() BitmapFilter
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
renderFilter(RenderState renderState, RenderTextureQuad renderTextureQuad, int pass) → void
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited