Packagecom.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses
Classpublic class Glow
InheritanceGlow Inheritance TweenEffect Inheritance Effect

[Dummy Class Only!] The Glow effect lets you apply a visual glow effect to a component.

The Glow effect uses the Flash GlowFilter class as part of its implementation. For more information, see the flash.filters.GlowFilter class. If you apply a Glow effect to a component, you cannot apply a GlowFilter or a second Glow 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
flash.filters.GlowFilter


Public Properties
 PropertyDefined by
  alphaFrom : Number
Starting transparency level between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque.
Glow
  alphaTo : Number
Ending transparency level between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque.
Glow
  blurXFrom : Number
The starting amount of horizontal blur.
Glow
  blurXTo : Number
The ending amount of horizontal blur.
Glow
  blurYFrom : Number
The starting amount of vertical blur.
Glow
  blurYTo : Number
The ending amount of vertical blur.
Glow
  color : Number
The color of the glow.
Glow
 Inheritedduration : Number
Duration of the effect in milliseconds.
Effect
 InheritedeasingFunction : Function
The easing function for the animation.
TweenEffect
  inner : Boolean
Specifies whether the glow is an inner glow.
Glow
  knockout : Boolean
Specifies whether the object has a knockout effect.
Glow
 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
  strength : Number
The strength of the imprint or spread.
Glow
Public Methods
 MethodDefined by
  
Glow()
Glow
Property detail
alphaFromproperty
public var alphaFrom:Number

Starting transparency level between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque.

alphaToproperty 
public var alphaTo:Number

Ending transparency level between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque.

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.

colorproperty 
public var color:Number

The color of the glow. In the XML, this attribute will be specified as a hex color string, e.g. #FF0000 .

The default value is the value of the themeColor style property of the slideshow application.

innerproperty 
public var inner:Boolean

Specifies whether the glow is an inner glow. A value of true indicates an inner glow within the outer edges of the object. The default value is false, to specify an outer glow around the outer edges of the object.

The default value is false.

knockoutproperty 
public var knockout:Boolean

Specifies whether the object has a knockout effect. A value of true makes the object's fill color transparent to reveal the background color of the underlying object. The default value is false to specify no knockout effect.

The default value is false.

strengthproperty 
public var strength:Number

The strength of the imprint or spread. The higher the value, the more color is imprinted and the stronger the contrast between the glow and the background. Valid values are from 0 to 255.

The default value is 2.

Constructor detail
Glow()constructor
public function Glow()