2.3.3.18 CT_PictureEffectCutout

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

Referenced by: CT_PictureEffect

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

The following figure demonstrates the effect applied to a picture with numberOfShades values of zero, 2, 3, 4, and 6, respectively.

Effect of changes to numberOfShades

Figure 8: Effect of changes to numberOfShades

Attributes:

trans: An ST_PositiveFixedPercentage attribute ([ISO/IEC29500-1:2016] section A.4.1) that specifies the transparency of the effect. A value of zero percent specifies that the effect is applied fully. A value of 100 percent specifies that the effect is not applied.

numberOfShades: An ST_ArtisticEffectParam6 attribute that specifies the appearance of the effect.

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

 <xsd:complexType name="CT_PictureEffectCutout">
   <xsd:attribute name="trans" type="a:ST_PositiveFixedPercentage" use="optional" default="0"/>
   <xsd:attribute name="numberOfShades" type="ST_ArtisticEffectParam6" use="optional" default="2"/>
 </xsd:complexType>

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