20.1.2.3.28 satOff
20.1.2.3.28 satOff
This element specifies the input color with its saturation shifted, but with its hue and luminance unchanged. A 10% offset to 20% saturation yields 30% saturation.
Attributes
val (Value)
Specifies the saturation as expressed by a percentage offset increase or decrease to the input color. Increases never increase the saturation beyond 100%, decreases never decrease the saturation below 0%.
having RGB value RRGGBB = (00, FF, 00)
[Example: The following manipulates the fill from to value RRGGBB= (19, E5, 19)
<a:solidFill>
<a:srgbClr val="00FF00">
<a:satOff val="-20%"/>
</a:srgbClr>
</a:solidFill>
end example]
The possible values for this attribute are defined by the ST_Percentage simple type (20.1.10.40).
[Note: The W3C XML Schema definition of this element’s content model (CT_Percentage) is located in A.4.1. end note]
Last updated on