[Table of Contents] [docx version]

Error! No text of specified style in document.

extrusionClr (Extrusion Color)

This element defines the color of the extrusion applied to a shape. The extrusion on a shape is an artificial height applied to the geometry.

[Example: Consider the following example of an extrusion which takes advantage of the extrusionClr. Lighting characteristics that are applied to the shape are also applied to the extrusion on the shape.

<a:sp3d extrusionH="139700" prstMaterial="plastic">
<a:bevelT
w="254000" h="254000"/>
<a:bevelB w="254000" h="254000"/>
<a:extrusionClr>
<a:srgbClr val="FF0000"/>
</a:extrusionClr>
</a:sp3d>

In this example, we see the extrusion color defined as red which can also be shown applied to the shape in the following image:

end example]

Parent Elements

sp3d5.1.7.12); sp3d5.9.5.6)

 

Child Elements

Subclause

hslClr (Hue, Saturation, Luminance Color Model)

§5.1.2.2.13

prstClr (Preset Color)

§5.1.2.2.22

schemeClr (Scheme Color)

§5.1.2.2.29

scrgbClr (RGB Color Model - Percentage Variant)

§5.1.2.2.30

srgbClr (RGB Color Model - Hex Variant)

§5.1.2.2.32

sysClr (System Color)

§5.1.2.2.33

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_Color">

   <sequence>

   <group ref="EG_ColorChoice"/>

   </sequence>

</complexType>