<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 |
---|
|
Attributes |
Description |
---|---|
|
Specifies the opacity as expressed by a percentage value. example:
<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>