a:clrChange
Color Change Effect
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Schema document: dml-shapeEffects.xsd
Type: a:CT_ColorChangeEffect
Properties: Local, Qualified
Content
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
useA | [0..1] | xsd:boolean | Consider Alpha Values | Default value is "true". |
Used in
- Group a:EG_Effect
- Type a:CT_Blip (Elements a:blip, a:blip)
- Type a:CT_EffectContainer via reference to a:EG_Effect (Elements a:cont, a:cont, a:cont, a:effectDag)
Sample instance
<a:clrChange> <a:clrFrom> <a:scrgbClr r="1" g="1" b="1"> <a:tint val="1"/> </a:scrgbClr> </a:clrFrom> <a:clrTo> <a:scrgbClr r="1" g="1" b="1"> <a:tint val="1"/> </a:scrgbClr> </a:clrTo> </a:clrChange>