20.1.5.7 extrusionClr

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:

image

end example]

[Note: The W3C XML Schema definition of this element’s content model (CT_Color) is located in A.4.1. end note]

Last updated on