blob: 2289a0094f37044c42b6755afc1141757949b674 [file] [log] [blame]
{ "type": "class",
"qname": "mx.effects.Glow",
"baseClassname": "mx.effects.TweenEffect"
,
"description": "The Glow effect lets you apply a visual glow effect to a component. <p>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.</p> <p>The <code>&lt;mx:Glow&gt;</code> tag inherits all of the tag attributes of its superclass, and adds the following tag attributes:</p> <pre>\\n &lt;mx:Glow\\n id=&quot;ID&quot;\\n alphaFrom=&quot;val&quot;\\n alphaTo=&quot;val&quot;\\n blurXFrom=&quot;val&quot;\\n blurXTo=&quot;val&quot;\\n blurYFrom=&quot;val&quot;\\n blurYTo=&quot;val&quot;\\n color=&quot;<i>themeColor of the application</i>&quot;\\n inner=&quot;false|true&quot;\\n knockout=&quot;false|true&quot;\\n strength=&quot;2&quot;\\n /&gt;\\n </pre>",
"tags": [
{ "tagName": "includeExample",
"values": ["examples/GlowEffectExample.mxml"]},
{ "tagName": "see",
"values": ["flash.filters.GlowFilter", "mx.effects.effectClasses.GlowInstance"]},
{ "tagName": "royalesuppresspublicvarwarning",
"values": []},
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "mxml",
"values": []},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "method",
"qname": "mx.effects.Glow",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Constructor.",
"tags": [
{ "tagName": "param",
"values": ["target The Object to animate with this effect."]},
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "",
"params": [{ "name": "target", "type": "Object"}]}
,
{ "type": "field",
"qname": "alphaFrom",
"return": "Number",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Starting transparency level between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque.",
"tags": [
{ "tagName": "default",
"values": ["1"]},
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "field",
"qname": "alphaTo",
"return": "Number",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Ending transparency level between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque.",
"tags": [
{ "tagName": "default",
"values": ["0"]},
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "field",
"qname": "blurXFrom",
"return": "Number",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The starting amount of horizontal blur. Valid values are from 0.0 to 255.0.",
"tags": [
{ "tagName": "default",
"values": ["5"]},
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "field",
"qname": "blurXTo",
"return": "Number",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The ending amount of horizontal blur. Valid values are from 0.0 to 255.0.",
"tags": [
{ "tagName": "default",
"values": ["0"]},
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "field",
"qname": "blurYFrom",
"return": "Number",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The starting amount of vertical blur. Valid values are from 0.0 to 255.0.",
"tags": [
{ "tagName": "default",
"values": ["5"]},
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "field",
"qname": "blurYTo",
"return": "Number",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The ending amount of vertical blur. Valid values are from 0.0 to 255.0.",
"tags": [
{ "tagName": "default",
"values": ["0"]},
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "field",
"qname": "color",
"return": "uint",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The color of the glow. The default value is the value of the <code>themeColor</code> style property of the application. The default value of this property is <code>StyleManager.NOT_A_COLOR</code>. When <code>play()</code> is called on the effect, if the color property is set to that default value, the color value in the effect instance will be set to the value of the current <code>themeColor</code> style for the application.",
"tags": [
{ "tagName": "default",
"values": ["StyleManager.NOT_A_COLOR"]},
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "field",
"qname": "strength",
"return": "Number",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "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 <code>0</code> to <code>255</code>.",
"tags": [
{ "tagName": "default",
"values": ["2"]},
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]}]
}