Packagecom.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses
Classpublic class Blur
InheritanceBlur Inheritance TweenEffect Inheritance Effect

[Dummy Class Only!] The Blur effect lets you apply a blur visual effect to a component. A Blur effect softens the details of an image. You can produce blurs that range from a softly unfocused look to a Gaussian blur, a hazy appearance like viewing an image through semi-opaque glass.

The Blur effect uses the Flash BlurFilter class as part of its implementation. For more information, see flash.filters.BlurFilter.

If you apply a Blur effect to a component, you cannot apply a BlurFilter or a second Blur effect to the component.

This class is part of the EffectLibrary sub-effect documentation. It is a dummy class used only to document the supported parameters for a given sub-effect node.

See also

com.dwuser.ss4.managers.EffectLibrary


Public Properties
 PropertyDefined by
  blurXFrom : Number
The starting amount of horizontal blur.
Blur
  blurXTo : Number
The ending amount of horizontal blur.
Blur
  blurYFrom : Number
The starting amount of vertical blur.
Blur
  blurYTo : Number
The ending amount of vertical blur.
Blur
 Inheritedduration : Number
Duration of the effect in milliseconds.
Effect
 InheritedeasingFunction : Function
The easing function for the animation.
TweenEffect
 InheritedrepeatCount : Number
Number of times to repeat the effect.
Effect
 InheritedrepeatDelay : Number
Amount of time, in milliseconds, to wait before repeating the effect.
Effect
 InheritedstartDelay : Number
Amount of time, in milliseconds, to wait before starting the effect.
Effect
Public Methods
 MethodDefined by
  
Blur()
Blur
Property detail
blurXFromproperty
public var blurXFrom:Number

The starting amount of horizontal blur. Valid values are from 0.0 to 255.0.

blurXToproperty 
public var blurXTo:Number

The ending amount of horizontal blur. Valid values are from 0.0 to 255.0.

blurYFromproperty 
public var blurYFrom:Number

The starting amount of vertical blur. Valid values are from 0.0 to 255.0.

blurYToproperty 
public var blurYTo:Number

The ending amount of vertical blur. Valid values are from 0.0 to 255.0.

Constructor detail
Blur()constructor
public function Blur()