2.3.3.12 CT_PictureEffectBlur

Target namespace: http://schemas.microsoft.com/office/drawing/2010/main

Referenced by: CT_PictureEffect

A complex type that specifies a blur effect applied to a picture.

The following figure demonstrates the effect applied to a picture with radius values of zero, 5, 10, 20, and 40, respectively.

Effect of changes to blur radius

Figure 1: Effect of changes to blur radius

Attributes:

radius: An ST_ArtisticEffectParam100 attribute that specifies the blur radius.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_PictureEffectBlur">
   <xsd:attribute name="radius" type="ST_ArtisticEffectParam100" use="optional" default="10"/>
 </xsd:complexType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).