20.1.2.3.31 shade
20.1.2.3.31 shade
This element specifies a darker version of its input color. A 10% shade is 10% of the input color combined with 90% black.
Attributes
val (Value)
Specifies the shade as expressed by a percentage value.
having RGB value RRGGBB = (00, FF, 00)
[Example: The following manipulates the fill from to value RRGGBB= (00, BC, 00)
<a:solidFill>
<a:srgbClr val="00FF00">
<a:shade val="50%"/>
</a:srgbClr>
</a:solidFill>
end example]
The possible values for this attribute are defined by the ST_PositiveFixedPercentage simple type (20.1.10.45).
[Note: The W3C XML Schema definition of this element’s content model (CT_PositiveFixedPercentage) is located in A.4.1. end note]
Last updated on