a:glow
Glow Effect
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Schema document: dml-shapeEffects.xsd
Type: a:CT_GlowEffect
Properties: Local, Qualified
Content
- Choice [1..1]
- a:scrgbClr RGB Color Model - Percentage Variant
- a:srgbClr RGB Color Model - Hex Variant
- a:hslClr Hue, Saturation, Luminance Color Model
- a:sysClr System Color
- a:schemeClr Scheme Color
- a:prstClr Preset Color
from group a:EG_ColorChoice
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
rad | [0..1] | a:ST_PositiveCoordinate | Radius | Default value is "0". |
Used in
- Group a:EG_Effect
- Type a:CT_EffectList (Element a:effectLst)
- Type a:CT_EffectContainer via reference to a:EG_Effect (Elements a:cont, a:cont, a:cont, a:effectDag)
Sample instance
<a:glow> <a:scrgbClr r="1" g="1" b="1"> <a:tint val="1"/> </a:scrgbClr> </a:glow>