<tint>
(Tint)
This element specifies a lighter version of its input color. A 10% tint is 10% of the input color combined with 90% white.
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>