<shade> (Shade)

This element specifies a darker version of its input color. A 10% shade is 10% of the input color combined with 90% black.

Parent Elements

<hslClr>5.1.2.2.13); <prstClr>5.1.2.2.22); <schemeClr>5.1.2.2.29); <scrgbClr>5.1.2.2.30); <srgbClr>5.1.2.2.32); <sysClr>5.1.2.2.33)

Attributes

Description

<val> (Value)

Specifies the opacity as expressed by a percentage value.

example:

<a:solidFill> <a:srgbClr val="00FF00"> <a:alpha val="50000"/> </a:srgbClr></a:solidFill>

The possible values for this attribute are defined by the ST_PositiveFixedPercentage simple type (§5.1.12.45).

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

<complexType name="CT_PositiveFixedPercentage">
	<attribute name="val" type="ST_PositiveFixedPercentage" use="required"/>
</complexType>